#CBC193

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

Shades of Winter Hazel #CBC193

Tints of Winter Hazel #CBC193

Color information

#CBC193 (or 0xCBC193) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 93. RGB value is (203,193,147). Sum of RGB (Red+Green+Blue) = 203+193+147=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC193 is #343E6C. Grayscale: #BEBEBE. Windows color (decimal): -3423853 or 9683403. OLE color: 9683403.

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

Color convert

RGB203193147-
CMYK00.050.280.20
HSL49.29º35%68.63%-
HSV(B)49.29º27.59%79.61%-
XYZ48.9752.9435.24-
YUV190.75103.31136.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=37.38%
G=35.54%
B=27.07%

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
Decimal20319314700.050.280.2049.293568.63
HexCBC193051C14312345
Octal3133012230534246143105
Binary110010111100000110010011010111100101001100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC193; }

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

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

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

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

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

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

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

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