#CCA684

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

Shades of Cameo #CCA684

Tints of Cameo #CCA684

Color information

#CCA684 (or 0xCCA684) is unknown color: approx Cameo. HEX triplet: CC, A6 and 84. RGB value is (204,166,132). Sum of RGB (Red+Green+Blue) = 204+166+132=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA684 is #33597B. Grayscale: #ADADAD. Windows color (decimal): -3365244 or 8693452. OLE color: 8693452.

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

Color convert

RGB204166132-
CMYK00.190.350.2
HSL28.33º41.38%65.88%-
HSV(B)28.33º35.29%80%-
XYZ42.741.7827.64-
YUV173.49104.59149.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=40.64%
G=33.07%
B=26.29%

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
Decimal20416613200.190.350.228.3341.3865.88
HexCCA68401323141c2942
Octal31424620402343243451102
Binary11001100101001101000010001001110001110100111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA684; }

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

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

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

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

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

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

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

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