#CCC28C

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

Shades of Winter Hazel #CCC28C

Tints of Winter Hazel #CCC28C

Color information

#CCC28C (or 0xCCC28C) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 8C. RGB value is (204,194,140). Sum of RGB (Red+Green+Blue) = 204+194+140=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28C is #333D73. Grayscale: #BFBFBF. Windows color (decimal): -3358068 or 9224908. OLE color: 9224908.

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

Color convert

RGB204194140-
CMYK00.050.310.2
HSL50.62º38.55%67.45%-
HSV(B)50.62º31.37%80%-
XYZ48.9353.3132.52-
YUV190.8399.31137.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=37.92%
G=36.06%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419414000.050.310.250.6238.5567.45
HexCCC28C051F14332743
Octal3143022140537246347103
Binary110011001100001010001100010111111101001100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC28C; }

 p { color: rgb(204,194,140); }

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

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

 a { background-color: rgb(204,194,140); }

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

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

 span { border-color: rgb(204,194,140); }

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