#CBC493

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

Shades of Winter Hazel #CBC493

Tints of Winter Hazel #CBC493

Color information

#CBC493 (or 0xCBC493) is unknown color: approx Winter Hazel. HEX triplet: CB, C4 and 93. RGB value is (203,196,147). Sum of RGB (Red+Green+Blue) = 203+196+147=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC493 is #343B6C. Grayscale: #C0C0C0. Windows color (decimal): -3423085 or 9684171. OLE color: 9684171.

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

Color convert

RGB203196147-
CMYK00.030.280.20
HSL52.5º35%68.63%-
HSV(B)52.5º27.59%79.61%-
XYZ49.6354.2835.47-
YUV192.51102.32135.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=37.18%
G=35.90%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319614700.030.280.2052.53568.63
HexCBC493031C14342345
Octal3133042230334246443105
Binary11001011110001001001001101111100101001101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC493; }

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

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

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

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

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

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

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

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