#C3B252

Color #C3B252 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C3B252

Tints of Sundance #C3B252

Color information

#C3B252 (or 0xC3B252) is unknown color: approx Sundance. HEX triplet: C3, B2 and 52. RGB value is (195,178,82). Sum of RGB (Red+Green+Blue) = 195+178+82=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B252 is #3C4DAD. Grayscale: #ACACAC. Windows color (decimal): -3952046 or 5419715. OLE color: 5419715.

HSL color Cylindrical-coordinate representation of color #C3B252: hue angle of 50.97º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3B252 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19517882-
CMYK00.090.580.24
HSL50.97º48.5%54.31%-
HSV(B)50.97º57.95%76.47%-
XYZ39.9544.0514.38-
YUV172.1477.13144.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 82 (32.42% from 255) = 18.02%
R=42.86%
G=39.12%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951788200.090.580.2450.9748.554.31
HexC3B252093A18333036
Octal3032621220117230636066
Binary110000111011001010100100100111101011000110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B252; }

 p { color: rgb(195,178,82); }

 H1.HeaderClassName
 {
   color: #C3B252;
 }
 .AnyTagClassName
 {
   color: #C3B252;
 }
</style>
background-color css

<style>
 a { background-color: #C3B252; }

 a { background-color: rgb(195,178,82); }

 div.DivClassName
 {
   background-color: #C3B252;
 }
 .BgClassName
 {
   background-color: #C3B252;
 }
</style>
border-color css

<style>
 span { border-color: #C3B252; }

 span { border-color: rgb(195,178,82); }

 td.TdClassName
 {
   border-color: #C3B252;
 }
 .TagClassName
 {
   border-color: #C3B252;
 }
</style>