#CBC290

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

Shades of Winter Hazel #CBC290

Tints of Winter Hazel #CBC290

Color information

#CBC290 (or 0xCBC290) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 90. RGB value is (203,194,144). Sum of RGB (Red+Green+Blue) = 203+194+144=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC290 is #343D6F. Grayscale: #BFBFBF. Windows color (decimal): -3423600 or 9487051. OLE color: 9487051.

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

Color convert

RGB203194144-
CMYK00.040.290.20
HSL50.85º36.2%68.04%-
HSV(B)50.85º29.06%79.61%-
XYZ48.9553.2934.09-
YUV190.99101.48136.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=37.52%
G=35.86%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319414400.040.290.2050.8536.268.04
HexCBC290041D14332444
Octal3133022200435246344104
Binary110010111100001010010000010011101101001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC290; }

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

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

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

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

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

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

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

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