#CAA385

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

Shades of Cameo #CAA385

Tints of Cameo #CAA385

Color information

#CAA385 (or 0xCAA385) is unknown color: approx Cameo. HEX triplet: CA, A3 and 85. RGB value is (202,163,133). Sum of RGB (Red+Green+Blue) = 202+163+133=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA385 is #355C7A. Grayscale: #ABABAB. Windows color (decimal): -3497083 or 8758218. OLE color: 8758218.

HSL color Cylindrical-coordinate representation of color #CAA385: hue angle of 26.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA385 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202163133-
CMYK00.190.340.21
HSL26.09º39.43%65.69%-
HSV(B)26.09º34.16%79.22%-
XYZ41.6940.4427.8-
YUV171.24106.42149.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=40.56%
G=32.73%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216313300.190.340.2126.0939.4365.69
HexCAA38501322151a2742
Octal31224320502342253247102
Binary11001010101000111000010101001110001010101110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA385; }

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

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

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

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

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

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

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

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