#C4B551

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

Shades of Sundance #C4B551

Tints of Sundance #C4B551

Color information

#C4B551 (or 0xC4B551) is unknown color: approx Sundance. HEX triplet: C4, B5 and 51. RGB value is (196,181,81). Sum of RGB (Red+Green+Blue) = 196+181+81=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B551 is #3B4AAE. Grayscale: #AEAEAE. Windows color (decimal): -3885743 or 5354948. OLE color: 5354948.

HSL color Cylindrical-coordinate representation of color #C4B551: hue angle of 52.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4B551 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB19618181-
CMYK00.080.590.23
HSL52.17º49.36%54.31%-
HSV(B)52.17º58.67%76.86%-
XYZ40.7745.3814.39-
YUV174.0875.47143.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 81 (32.03% from 255) = 17.69%
R=42.79%
G=39.52%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961818100.080.590.2352.1749.3654.31
HexC4B551083B17343136
Octal3042651210107327646166
Binary110001001011010110100010100011101110111110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B551; }

 p { color: rgb(196,181,81); }

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

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

 a { background-color: rgb(196,181,81); }

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

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

 span { border-color: rgb(196,181,81); }

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