#CCC875

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

Shades of Deco #CCC875

Tints of Deco #CCC875

Color information

#CCC875 (or 0xCCC875) is unknown color: approx Deco. HEX triplet: CC, C8 and 75. RGB value is (204,200,117). Sum of RGB (Red+Green+Blue) = 204+200+117=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC875 is #33378A. Grayscale: #C0C0C0. Windows color (decimal): -3356555 or 7719116. OLE color: 7719116.

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

Color convert

RGB204200117-
CMYK00.020.430.2
HSL57.24º46.03%62.94%-
HSV(B)57.24º42.65%80%-
XYZ48.7755.4324.96-
YUV191.7385.83136.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=39.16%
G=38.39%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420011700.020.430.257.2446.0362.94
HexCCC875022B14392e3f
Octal314310165025324715677
Binary1100110011001000111010101010101110100111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC875; }

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

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

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

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

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

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

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

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