#CCA386

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

Shades of Cameo #CCA386

Tints of Cameo #CCA386

Color information

#CCA386 (or 0xCCA386) is unknown color: approx Cameo. HEX triplet: CC, A3 and 86. RGB value is (204,163,134). Sum of RGB (Red+Green+Blue) = 204+163+134=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA386 is #335C79. Grayscale: #ACACAC. Windows color (decimal): -3366010 or 8823756. OLE color: 8823756.

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

Color convert

RGB204163134-
CMYK00.200.340.2
HSL24.86º40.7%66.27%-
HSV(B)24.86º34.31%80%-
XYZ42.340.7528.19-
YUV171.95106.58150.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=40.72%
G=32.53%
B=26.75%

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
Decimal20416313400.200.340.224.8640.766.27
HexCCA3860142214192942
Octal31424320602442243151102
Binary11001100101000111000011001010010001010100110011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA386; }

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

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

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

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

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

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

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

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