#CAA184

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

Shades of Cameo #CAA184

Tints of Cameo #CAA184

Color information

#CAA184 (or 0xCAA184) is unknown color: approx Cameo. HEX triplet: CA, A1 and 84. RGB value is (202,161,132). Sum of RGB (Red+Green+Blue) = 202+161+132=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA184 is #355E7B. Grayscale: #AAAAAA. Windows color (decimal): -3497596 or 8692170. OLE color: 8692170.

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

Color convert

RGB202161132-
CMYK00.200.350.21
HSL24.86º39.77%65.49%-
HSV(B)24.86º34.65%79.22%-
XYZ41.2739.7127.32-
YUV169.95106.58150.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=40.81%
G=32.53%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216113200.200.350.2124.8639.7765.49
HexCAA1840142315192841
Octal31224120402443253150101
Binary11001010101000011000010001010010001110101110011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA184; }

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

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

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

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

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

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

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

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