#CBC275

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

Shades of Winter Hazel #CBC275

Tints of Winter Hazel #CBC275

Color information

#CBC275 (or 0xCBC275) is unknown color: approx Winter Hazel. HEX triplet: CB, C2 and 75. RGB value is (203,194,117). Sum of RGB (Red+Green+Blue) = 203+194+117=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC275 is #343D8A. Grayscale: #BCBCBC. Windows color (decimal): -3423627 or 7717579. OLE color: 7717579.

HSL color Cylindrical-coordinate representation of color #CBC275: hue angle of 53.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC275 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203194117-
CMYK00.040.420.20
HSL53.72º45.26%62.75%-
HSV(B)53.72º42.36%79.61%-
XYZ47.1352.5624.49-
YUV187.9187.98138.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 194 (76.17% from 255) = 37.74%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=39.49%
G=37.74%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319411700.040.420.2053.7245.2662.75
HexCBC275042A14362d3f
Octal313302165045224665577
Binary11001011110000101110101010010101010100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC275; }

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

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

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

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

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

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

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

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