#c4b245

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

Shades of Sundance #C4B245

Tints of Sundance #C4B245

Color information

#C4B245 (or 0xC4B245) is unknown color: approx Sundance. HEX triplet: C4, B2 and 45. RGB value is (196,178,69). Sum of RGB (Red+Green+Blue) = 196+178+69=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B245 is #3B4DBA. Grayscale: #ABABAB. Windows color (decimal): -3886523 or 4567748. OLE color: 4567748.

HSL color Cylindrical-coordinate representation of color #C4B245: hue angle of 51.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4B245 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB19617869-
CMYK00.090.650.23
HSL51.5º51.84%51.96%-
HSV(B)51.5º64.8%76.86%-
XYZ39.7644.0112.03-
YUV170.9670.46145.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=44.24%
G=40.18%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961786900.090.650.2351.551.8451.96
HexC4B245094117333434
Octal30426210501110127636464
Binary1100010010110010100010101001100000110111110011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b245; }

 p { color: rgb(196,178,69); }

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

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

 a { background-color: rgb(196,178,69); }

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

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

 span { border-color: rgb(196,178,69); }

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