#CBC57F

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

Shades of Winter Hazel #CBC57F

Tints of Winter Hazel #CBC57F

Color information

#CBC57F (or 0xCBC57F) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 7F. RGB value is (203,197,127). Sum of RGB (Red+Green+Blue) = 203+197+127=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC57F is #343A80. Grayscale: #BFBFBF. Windows color (decimal): -3422849 or 8373707. OLE color: 8373707.

HSL color Cylindrical-coordinate representation of color #CBC57F: hue angle of 55.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBC57F is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203197127-
CMYK00.030.370.20
HSL55.26º42.22%64.71%-
HSV(B)55.26º37.44%79.61%-
XYZ48.4354.1627.98-
YUV190.8191.99136.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 127 (50% from 255) = 24.10%
R=38.52%
G=37.38%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319712700.030.370.2055.2642.2264.71
HexCBC57F032514372a41
Octal3133051770345246752101
Binary11001011110001011111111011100101101001101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC57F; }

 p { color: rgb(203,197,127); }

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

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

 a { background-color: rgb(203,197,127); }

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

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

 span { border-color: rgb(203,197,127); }

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