#CAA87B

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

Shades of Cameo #CAA87B

Tints of Cameo #CAA87B

Color information

#CAA87B (or 0xCAA87B) is unknown color: approx Cameo. HEX triplet: CA, A8 and 7B. RGB value is (202,168,123). Sum of RGB (Red+Green+Blue) = 202+168+123=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87B is #355784. Grayscale: #ADADAD. Windows color (decimal): -3495813 or 8104138. OLE color: 8104138.

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

Color convert

RGB202168123-
CMYK00.170.390.21
HSL34.18º42.7%63.73%-
HSV(B)34.18º39.11%79.22%-
XYZ41.9341.9924.63-
YUV173.0499.76148.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=40.97%
G=34.08%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216812300.170.390.2134.1842.763.73
HexCAA87B0112715222b40
Octal31225017302147254253100
Binary11001010101010001111011010001100111101011000101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA87B; }

 p { color: rgb(202,168,123); }

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

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

 a { background-color: rgb(202,168,123); }

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

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

 span { border-color: rgb(202,168,123); }

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