#CBC488

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

Shades of Winter Hazel #CBC488

Tints of Winter Hazel #CBC488

Color information

#CBC488 (or 0xCBC488) is unknown color: approx Winter Hazel. HEX triplet: CB, C4 and 88. RGB value is (203,196,136). Sum of RGB (Red+Green+Blue) = 203+196+136=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC488 is #343B77. Grayscale: #BFBFBF. Windows color (decimal): -3423096 or 8963275. OLE color: 8963275.

HSL color Cylindrical-coordinate representation of color #CBC488: hue angle of 53.73º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBC488 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203196136-
CMYK00.030.330.20
HSL53.73º39.18%66.47%-
HSV(B)53.73º33%79.61%-
XYZ48.8153.9531.13-
YUV191.2596.82136.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=37.94%
G=36.64%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319613600.030.330.2053.7339.1866.47
HexCBC488032114362742
Octal3133042100341246647102
Binary110010111100010010001000011100001101001101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC488; }

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

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

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

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

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

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

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

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