#CBC293

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

Shades of Winter Hazel #CBC293

Tints of Winter Hazel #CBC293

Color information

#CBC293 (or 0xCBC293) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 93. RGB value is (203,194,147). Sum of RGB (Red+Green+Blue) = 203+194+147=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC293 is #343D6C. Grayscale: #BFBFBF. Windows color (decimal): -3423597 or 9683659. OLE color: 9683659.

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

Color convert

RGB203194147-
CMYK00.040.280.20
HSL50.36º35%68.63%-
HSV(B)50.36º27.59%79.61%-
XYZ49.1953.3935.32-
YUV191.33102.98136.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=37.32%
G=35.66%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319414700.040.280.2050.363568.63
HexCBC293041C14322345
Octal3133022230434246243105
Binary110010111100001010010011010011100101001100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC293; }

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

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

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

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

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

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

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

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