#CAA584

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

Shades of Cameo #CAA584

Tints of Cameo #CAA584

Color information

#CAA584 (or 0xCAA584) is unknown color: approx Cameo. HEX triplet: CA, A5 and 84. RGB value is (202,165,132). Sum of RGB (Red+Green+Blue) = 202+165+132=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA584 is #355A7B. Grayscale: #ACACAC. Windows color (decimal): -3496572 or 8693194. OLE color: 8693194.

HSL color Cylindrical-coordinate representation of color #CAA584: hue angle of 28.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAA584 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202165132-
CMYK00.180.350.21
HSL28.29º39.77%65.49%-
HSV(B)28.29º34.65%79.22%-
XYZ41.9841.1327.56-
YUV172.3105.26149.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=40.48%
G=33.07%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216513200.180.350.2128.2939.7765.49
HexCAA58401223151c2841
Octal31224520402243253450101
Binary11001010101001011000010001001010001110101111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA584; }

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

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

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

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

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

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

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

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