#CCC879

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

Shades of Deco #CCC879

Tints of Deco #CCC879

Color information

#CCC879 (or 0xCCC879) is unknown color: approx Deco. HEX triplet: CC, C8 and 79. RGB value is (204,200,121). Sum of RGB (Red+Green+Blue) = 204+200+121=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC879 is #333786. Grayscale: #C0C0C0. Windows color (decimal): -3356551 or 7981260. OLE color: 7981260.

HSL color Cylindrical-coordinate representation of color #CCC879: hue angle of 57.11º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC879 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204200121-
CMYK00.020.410.2
HSL57.11º44.86%63.73%-
HSV(B)57.11º40.69%80%-
XYZ49.0155.5326.22-
YUV192.1987.83136.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 121 (47.66% from 255) = 23.05%
R=38.86%
G=38.10%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420012100.020.410.257.1144.8663.73
HexCCC879022914392d40
Octal3143101710251247155100
Binary11001100110010001111001010101001101001110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC879; }

 p { color: rgb(204,200,121); }

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

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

 a { background-color: rgb(204,200,121); }

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

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

 span { border-color: rgb(204,200,121); }

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