#CCC389

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

Shades of Winter Hazel #CCC389

Tints of Winter Hazel #CCC389

Color information

#CCC389 (or 0xCCC389) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 89. RGB value is (204,195,137). Sum of RGB (Red+Green+Blue) = 204+195+137=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC389 is #333C76. Grayscale: #BFBFBF. Windows color (decimal): -3357815 or 9028556. OLE color: 9028556.

HSL color Cylindrical-coordinate representation of color #CCC389: hue angle of 51.94º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC389 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204195137-
CMYK00.040.330.2
HSL51.94º39.64%66.86%-
HSV(B)51.94º32.84%80%-
XYZ48.9353.6731.45-
YUV191.0897.48137.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 137 (53.91% from 255) = 25.56%
R=38.06%
G=36.38%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513700.040.330.251.9439.6466.86
HexCCC389042114342843
Octal3143032110441246450103
Binary1100110011000011100010010100100001101001101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC389; }

 p { color: rgb(204,195,137); }

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

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

 a { background-color: rgb(204,195,137); }

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

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

 span { border-color: rgb(204,195,137); }

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