#CBC089

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

Shades of Winter Hazel #CBC089

Tints of Winter Hazel #CBC089

Color information

#CBC089 (or 0xCBC089) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 89. RGB value is (203,192,137). Sum of RGB (Red+Green+Blue) = 203+192+137=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC089 is #343F76. Grayscale: #BDBDBD. Windows color (decimal): -3424119 or 9027787. OLE color: 9027787.

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

Color convert

RGB203192137-
CMYK00.050.330.20
HSL50º38.82%66.67%-
HSV(B)50º32.51%79.61%-
XYZ47.9952.231.21-
YUV189.0298.64137.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=38.16%
G=36.09%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319213700.050.330.205038.8266.67
HexCBC089052114322743
Octal3133002110541246247103
Binary1100101111000000100010010101100001101001100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC089; }

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

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

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

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

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

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

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

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