#CCC778

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

Shades of Deco #CCC778

Tints of Deco #CCC778

Color information

#CCC778 (or 0xCCC778) is unknown color: approx Deco. HEX triplet: CC, C7 and 78. RGB value is (204,199,120). Sum of RGB (Red+Green+Blue) = 204+199+120=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC778 is #333887. Grayscale: #BFBFBF. Windows color (decimal): -3356808 or 7915468. OLE color: 7915468.

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

Color convert

RGB204199120-
CMYK00.020.410.2
HSL56.43º45.16%63.53%-
HSV(B)56.43º41.18%80%-
XYZ48.7255.0425.83-
YUV191.4987.66136.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 120 (47.27% from 255) = 22.94%
R=39.01%
G=38.05%
B=22.94%

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
Decimal20419912000.020.410.256.4345.1663.53
HexCCC778022914382d40
Octal3143071700251247055100
Binary11001100110001111111000010101001101001110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC778; }

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

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

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

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

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

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

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

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