#CAA17A

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

Shades of Cameo #CAA17A

Tints of Cameo #CAA17A

Color information

#CAA17A (or 0xCAA17A) is unknown color: approx Cameo. HEX triplet: CA, A1 and 7A. RGB value is (202,161,122). Sum of RGB (Red+Green+Blue) = 202+161+122=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA17A is #355E85. Grayscale: #A9A9A9. Windows color (decimal): -3497606 or 8036810. OLE color: 8036810.

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

Color convert

RGB202161122-
CMYK00.200.400.21
HSL29.25º43.01%63.53%-
HSV(B)29.25º39.6%79.22%-
XYZ40.6139.4523.89-
YUV168.81101.58151.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 122 (48.05% from 255) = 25.15%
R=41.65%
G=33.20%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216112200.200.400.2129.2543.0163.53
HexCAA17A01428151d2b40
Octal31224117202450253553100
Binary1100101010100001111101001010010100010101111011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA17A; }

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

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

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

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

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

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

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

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