#CAA384

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

Shades of Cameo #CAA384

Tints of Cameo #CAA384

Color information

#CAA384 (or 0xCAA384) is unknown color: approx Cameo. HEX triplet: CA, A3 and 84. RGB value is (202,163,132). Sum of RGB (Red+Green+Blue) = 202+163+132=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA384 is #355C7B. Grayscale: #ABABAB. Windows color (decimal): -3497084 or 8692682. OLE color: 8692682.

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

Color convert

RGB202163132-
CMYK00.190.350.21
HSL26.57º39.77%65.49%-
HSV(B)26.57º34.65%79.22%-
XYZ41.6240.4227.44-
YUV171.13105.92150.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=40.64%
G=32.80%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216313200.190.350.2126.5739.7765.49
HexCAA38401323151b2841
Octal31224320402343253350101
Binary11001010101000111000010001001110001110101110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA384; }

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

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

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

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

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

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

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

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