#CBC291

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

Shades of Winter Hazel #CBC291

Tints of Winter Hazel #CBC291

Color information

#CBC291 (or 0xCBC291) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 91. RGB value is (203,194,145). Sum of RGB (Red+Green+Blue) = 203+194+145=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC291 is #343D6E. Grayscale: #BFBFBF. Windows color (decimal): -3423599 or 9552587. OLE color: 9552587.

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

Color convert

RGB203194145-
CMYK00.040.290.20
HSL50.69º35.8%68.24%-
HSV(B)50.69º28.57%79.61%-
XYZ49.0353.3234.5-
YUV191.1101.98136.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 145 (57.03% from 255) = 26.75%
R=37.45%
G=35.79%
B=26.75%

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
Decimal20319414500.040.290.2050.6935.868.24
HexCBC291041D14332444
Octal3133022210435246344104
Binary110010111100001010010001010011101101001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC291; }

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

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

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

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

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

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

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

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