#CCA486

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

Shades of Cameo #CCA486

Tints of Cameo #CCA486

Color information

#CCA486 (or 0xCCA486) is unknown color: approx Cameo. HEX triplet: CC, A4 and 86. RGB value is (204,164,134). Sum of RGB (Red+Green+Blue) = 204+164+134=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA486 is #335B79. Grayscale: #ACACAC. Windows color (decimal): -3365754 or 8824012. OLE color: 8824012.

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

Color convert

RGB204164134-
CMYK00.200.340.2
HSL25.71º40.7%66.27%-
HSV(B)25.71º34.31%80%-
XYZ42.4841.1128.25-
YUV172.54106.25150.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=40.64%
G=32.67%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416413400.200.340.225.7140.766.27
HexCCA48601422141a2942
Octal31424420602442243251102
Binary11001100101001001000011001010010001010100110101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA486; }

 p { color: rgb(204,164,134); }

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

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

 a { background-color: rgb(204,164,134); }

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

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

 span { border-color: rgb(204,164,134); }

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