#CCA984

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

Shades of Cameo #CCA984

Tints of Cameo #CCA984

Color information

#CCA984 (or 0xCCA984) is unknown color: approx Cameo. HEX triplet: CC, A9 and 84. RGB value is (204,169,132). Sum of RGB (Red+Green+Blue) = 204+169+132=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA984 is #33567B. Grayscale: #AFAFAF. Windows color (decimal): -3364476 or 8694220. OLE color: 8694220.

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

Color convert

RGB204169132-
CMYK00.170.350.2
HSL30.83º41.38%65.88%-
HSV(B)30.83º35.29%80%-
XYZ43.2542.8827.83-
YUV175.25103.6148.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=40.40%
G=33.47%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416913200.170.350.230.8341.3865.88
HexCCA98401123141f2942
Octal31425120402143243751102
Binary11001100101010011000010001000110001110100111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA984; }

 p { color: rgb(204,169,132); }

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

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

 a { background-color: rgb(204,169,132); }

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

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

 span { border-color: rgb(204,169,132); }

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