#CCC277

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

Shades of Winter Hazel #CCC277

Tints of Winter Hazel #CCC277

Color information

#CCC277 (or 0xCCC277) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 77. RGB value is (204,194,119). Sum of RGB (Red+Green+Blue) = 204+194+119=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC277 is #333D88. Grayscale: #BCBCBC. Windows color (decimal): -3358089 or 7848652. OLE color: 7848652.

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

Color convert

RGB204194119-
CMYK00.050.420.2
HSL52.94º45.45%63.33%-
HSV(B)52.94º41.67%80%-
XYZ47.5252.7525.13-
YUV188.4488.81139.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=39.46%
G=37.52%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419411900.050.420.252.9445.4563.33
HexCCC277052A14352d3f
Octal314302167055224655577
Binary11001100110000101110111010110101010100110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC277; }

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

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

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

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

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

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

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

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