#CBC27F

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

Shades of Winter Hazel #CBC27F

Tints of Winter Hazel #CBC27F

Color information

#CBC27F (or 0xCBC27F) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 7F. RGB value is (203,194,127). Sum of RGB (Red+Green+Blue) = 203+194+127=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC27F is #343D80. Grayscale: #BDBDBD. Windows color (decimal): -3423617 or 8372939. OLE color: 8372939.

HSL color Cylindrical-coordinate representation of color #CBC27F: hue angle of 52.89º 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 #CBC27F is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203194127-
CMYK00.040.370.20
HSL52.89º42.22%64.71%-
HSV(B)52.89º37.44%79.61%-
XYZ47.7552.8127.76-
YUV189.0592.98137.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 127 (50% from 255) = 24.24%
R=38.74%
G=37.02%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319412700.040.370.2052.8942.2264.71
HexCBC27F042514352a41
Octal3133021770445246552101
Binary110010111100001011111110100100101101001101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC27F; }

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

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

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

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

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

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

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

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