#CCA685

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

Shades of Cameo #CCA685

Tints of Cameo #CCA685

Color information

#CCA685 (or 0xCCA685) is unknown color: approx Cameo. HEX triplet: CC, A6 and 85. RGB value is (204,166,133). Sum of RGB (Red+Green+Blue) = 204+166+133=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA685 is #33597A. Grayscale: #ADADAD. Windows color (decimal): -3365243 or 8758988. OLE color: 8758988.

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

Color convert

RGB204166133-
CMYK00.190.350.2
HSL27.89º41.04%66.08%-
HSV(B)27.89º34.8%80%-
XYZ42.7741.828-
YUV173.6105.09149.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=40.56%
G=33.00%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416613300.190.350.227.8941.0466.08
HexCCA68501323141c2942
Octal31424620502343243451102
Binary11001100101001101000010101001110001110100111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA685; }

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

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

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

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

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

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

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

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