#CCC985

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

Shades of Deco #CCC985

Tints of Deco #CCC985

Color information

#CCC985 (or 0xCCC985) is unknown color: approx Deco. HEX triplet: CC, C9 and 85. RGB value is (204,201,133). Sum of RGB (Red+Green+Blue) = 204+201+133=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC985 is #33367A. Grayscale: #C2C2C2. Windows color (decimal): -3356283 or 8767948. OLE color: 8767948.

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

Color convert

RGB204201133-
CMYK00.010.350.2
HSL57.46º41.04%66.08%-
HSV(B)57.46º34.8%80%-
XYZ50.0256.330.42-
YUV194.1493.49135.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=37.92%
G=37.36%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420113300.010.350.257.4641.0466.08
HexCCC985012314392942
Octal3143112050143247151102
Binary11001100110010011000010101100011101001110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC985; }

 p { color: rgb(204,201,133); }

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

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

 a { background-color: rgb(204,201,133); }

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

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

 span { border-color: rgb(204,201,133); }

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