#CBC27C

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

Shades of Winter Hazel #CBC27C

Tints of Winter Hazel #CBC27C

Color information

#CBC27C (or 0xCBC27C) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 7C. RGB value is (203,194,124). Sum of RGB (Red+Green+Blue) = 203+194+124=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC27C is #343D83. Grayscale: #BDBDBD. Windows color (decimal): -3423620 or 8176331. OLE color: 8176331.

HSL color Cylindrical-coordinate representation of color #CBC27C: hue angle of 53.16º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC27C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203194124-
CMYK00.040.390.20
HSL53.16º43.17%64.12%-
HSV(B)53.16º38.92%79.61%-
XYZ47.5652.7426.74-
YUV188.7191.48138.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=38.96%
G=37.24%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319412400.040.390.2053.1643.1764.12
HexCBC27C042714352b40
Octal3133021740447246553100
Binary110010111100001011111000100100111101001101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC27C; }

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

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

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

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

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

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

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

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