#CCA584

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

Shades of Cameo #CCA584

Tints of Cameo #CCA584

Color information

#CCA584 (or 0xCCA584) is unknown color: approx Cameo. HEX triplet: CC, A5 and 84. RGB value is (204,165,132). Sum of RGB (Red+Green+Blue) = 204+165+132=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA584 is #335A7B. Grayscale: #ADADAD. Windows color (decimal): -3365500 or 8693196. OLE color: 8693196.

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

Color convert

RGB204165132-
CMYK00.190.350.2
HSL27.5º41.38%65.88%-
HSV(B)27.5º35.29%80%-
XYZ42.5241.4127.58-
YUV172.9104.92150.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=40.72%
G=32.93%
B=26.35%

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
Decimal20416513200.190.350.227.541.3865.88
HexCCA58401323141c2942
Octal31424520402343243451102
Binary11001100101001011000010001001110001110100111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA584; }

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

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

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

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

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

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

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

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