#CCC07F

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

Shades of Winter Hazel #CCC07F

Tints of Winter Hazel #CCC07F

Color information

#CCC07F (or 0xCCC07F) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 7F. RGB value is (204,192,127). Sum of RGB (Red+Green+Blue) = 204+192+127=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07F is #333F80. Grayscale: #BCBCBC. Windows color (decimal): -3358593 or 8372428. OLE color: 8372428.

HSL color Cylindrical-coordinate representation of color #CCC07F: hue angle of 50.65º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC07F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204192127-
CMYK00.060.380.2
HSL50.65º43.02%64.9%-
HSV(B)50.65º37.75%80%-
XYZ47.5852.0727.62-
YUV188.1893.48139.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 127 (50% from 255) = 24.28%
R=39.01%
G=36.71%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419212700.060.380.250.6543.0264.9
HexCCC07F062614332b41
Octal3143001770646246353101
Binary110011001100000011111110110100110101001100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC07F; }

 p { color: rgb(204,192,127); }

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

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

 a { background-color: rgb(204,192,127); }

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

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

 span { border-color: rgb(204,192,127); }

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