#CBC192

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

Shades of Winter Hazel #CBC192

Tints of Winter Hazel #CBC192

Color information

#CBC192 (or 0xCBC192) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 92. RGB value is (203,193,146). Sum of RGB (Red+Green+Blue) = 203+193+146=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC192 is #343E6D. Grayscale: #BEBEBE. Windows color (decimal): -3423854 or 9617867. OLE color: 9617867.

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

Color convert

RGB203193146-
CMYK00.050.280.20
HSL49.47º35.4%68.43%-
HSV(B)49.47º28.08%79.61%-
XYZ48.8952.9134.83-
YUV190.63102.81136.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=37.45%
G=35.61%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319314600.050.280.2049.4735.468.43
HexCBC192051C14312344
Octal3133012220534246143104
Binary110010111100000110010010010111100101001100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC192; }

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

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

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

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

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

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

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

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