#CCC78F

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

Shades of Winter Hazel #CCC78F

Tints of Winter Hazel #CCC78F

Color information

#CCC78F (or 0xCCC78F) is unknown color: approx Winter Hazel. HEX triplet: CC, C7 and 8F. RGB value is (204,199,143). Sum of RGB (Red+Green+Blue) = 204+199+143=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78F is #333870. Grayscale: #C2C2C2. Windows color (decimal): -3356785 or 9422796. OLE color: 9422796.

HSL color Cylindrical-coordinate representation of color #CCC78F: hue angle of 55.08º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC78F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204199143-
CMYK00.020.300.2
HSL55.08º37.42%68.04%-
HSV(B)55.08º29.9%80%-
XYZ50.2855.6734.08-
YUV194.1199.16135.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 199 (78.12% from 255) = 36.45%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=37.36%
G=36.45%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419914300.020.300.255.0837.4268.04
HexCCC78F021E14372544
Octal3143072170236246745104
Binary11001100110001111000111101011110101001101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC78F; }

 p { color: rgb(204,199,143); }

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

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

 a { background-color: rgb(204,199,143); }

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

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

 span { border-color: rgb(204,199,143); }

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