#CBC375

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

Shades of Winter Hazel #CBC375

Tints of Winter Hazel #CBC375

Color information

#CBC375 (or 0xCBC375) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 75. RGB value is (203,195,117). Sum of RGB (Red+Green+Blue) = 203+195+117=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC375 is #343C8A. Grayscale: #BCBCBC. Windows color (decimal): -3423371 or 7717835. OLE color: 7717835.

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

Color convert

RGB203195117-
CMYK00.040.420.20
HSL54.42º45.26%62.75%-
HSV(B)54.42º42.36%79.61%-
XYZ47.3553.0124.57-
YUV188.587.65138.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=39.42%
G=37.86%
B=22.72%

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
Decimal20319511700.040.420.2054.4245.2662.75
HexCBC375042A14362d3f
Octal313303165045224665577
Binary11001011110000111110101010010101010100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC375; }

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

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

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

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

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

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

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

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