#CBC075

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

Shades of Winter Hazel #CBC075

Tints of Winter Hazel #CBC075

Color information

#CBC075 (or 0xCBC075) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 75. RGB value is (203,192,117). Sum of RGB (Red+Green+Blue) = 203+192+117=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC075 is #343F8A. Grayscale: #BBBBBB. Windows color (decimal): -3424139 or 7717067. OLE color: 7717067.

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

Color convert

RGB203192117-
CMYK00.050.420.20
HSL52.33º45.26%62.75%-
HSV(B)52.33º42.36%79.61%-
XYZ46.6951.6824.34-
YUV186.7488.64139.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=39.65%
G=37.5%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319211700.050.420.2052.3345.2662.75
HexCBC075052A14342d3f
Octal313300165055224645577
Binary11001011110000001110101010110101010100110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC075; }

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

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

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

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

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

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

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

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