#CBC37C

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

Shades of Winter Hazel #CBC37C

Tints of Winter Hazel #CBC37C

Color information

#CBC37C (or 0xCBC37C) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 7C. RGB value is (203,195,124). Sum of RGB (Red+Green+Blue) = 203+195+124=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC37C is #343C83. Grayscale: #BDBDBD. Windows color (decimal): -3423364 or 8176587. OLE color: 8176587.

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

Color convert

RGB203195124-
CMYK00.040.390.20
HSL53.92º43.17%64.12%-
HSV(B)53.92º38.92%79.61%-
XYZ47.7853.1826.82-
YUV189.391.15137.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 124 (48.83% from 255) = 23.75%
R=38.89%
G=37.36%
B=23.75%

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
Decimal20319512400.040.390.2053.9243.1764.12
HexCBC37C042714362b40
Octal3133031740447246653100
Binary110010111100001111111000100100111101001101101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC37C; }

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

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

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

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

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

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

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

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