#CAA789

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

Shades of Cameo #CAA789

Tints of Cameo #CAA789

Color information

#CAA789 (or 0xCAA789) is unknown color: approx Cameo. HEX triplet: CA, A7 and 89. RGB value is (202,167,137). Sum of RGB (Red+Green+Blue) = 202+167+137=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA789 is #355876. Grayscale: #AEAEAE. Windows color (decimal): -3496055 or 9021386. OLE color: 9021386.

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

Color convert

RGB202167137-
CMYK00.170.320.21
HSL27.69º38.01%66.47%-
HSV(B)27.69º32.18%79.22%-
XYZ42.694229.52-
YUV174.04107.1147.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=39.92%
G=33.00%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216713700.170.320.2127.6938.0166.47
HexCAA78901120151c2642
Octal31224721102140253446102
Binary11001010101001111000100101000110000010101111001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA789; }

 p { color: rgb(202,167,137); }

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

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

 a { background-color: rgb(202,167,137); }

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

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

 span { border-color: rgb(202,167,137); }

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