#CBC191

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

Shades of Winter Hazel #CBC191

Tints of Winter Hazel #CBC191

Color information

#CBC191 (or 0xCBC191) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 91. RGB value is (203,193,145). Sum of RGB (Red+Green+Blue) = 203+193+145=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC191 is #343E6E. Grayscale: #BEBEBE. Windows color (decimal): -3423855 or 9552331. OLE color: 9552331.

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

Color convert

RGB203193145-
CMYK00.050.290.20
HSL49.66º35.8%68.24%-
HSV(B)49.66º28.57%79.61%-
XYZ48.8152.8834.42-
YUV190.52102.31136.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=37.52%
G=35.67%
B=26.80%

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
Decimal20319314500.050.290.2049.6635.868.24
HexCBC191051D14322444
Octal3133012210535246244104
Binary110010111100000110010001010111101101001100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC191; }

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

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

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

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

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

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

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

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