#CBC37B

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

Shades of Winter Hazel #CBC37B

Tints of Winter Hazel #CBC37B

Color information

#CBC37B (or 0xCBC37B) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 7B. RGB value is (203,195,123). Sum of RGB (Red+Green+Blue) = 203+195+123=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC37B is #343C84. Grayscale: #BDBDBD. Windows color (decimal): -3423365 or 8111051. OLE color: 8111051.

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

Color convert

RGB203195123-
CMYK00.040.390.20
HSL54º43.48%63.92%-
HSV(B)54º39.41%79.61%-
XYZ47.7253.1626.48-
YUV189.1890.65137.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 123 (48.44% from 255) = 23.61%
R=38.96%
G=37.43%
B=23.61%

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
Decimal20319512300.040.390.205443.4863.92
HexCBC37B042714362b40
Octal3133031730447246653100
Binary110010111100001111110110100100111101001101101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC37B; }

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

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

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

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

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

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

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

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