#CBC090

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

Shades of Winter Hazel #CBC090

Tints of Winter Hazel #CBC090

Color information

#CBC090 (or 0xCBC090) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 90. RGB value is (203,192,144). Sum of RGB (Red+Green+Blue) = 203+192+144=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC090 is #343F6F. Grayscale: #BEBEBE. Windows color (decimal): -3424112 or 9486539. OLE color: 9486539.

HSL color Cylindrical-coordinate representation of color #CBC090: hue angle of 48.81º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBC090 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203192144-
CMYK00.050.290.20
HSL48.81º36.2%68.04%-
HSV(B)48.81º29.06%79.61%-
XYZ48.5152.4133.94-
YUV189.82102.14137.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=37.66%
G=35.62%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319214400.050.290.2048.8136.268.04
HexCBC090051D14312444
Octal3133002200535246144104
Binary110010111100000010010000010111101101001100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC090; }

 p { color: rgb(203,192,144); }

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

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

 a { background-color: rgb(203,192,144); }

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

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

 span { border-color: rgb(203,192,144); }

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