#CAA681

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

Shades of Cameo #CAA681

Tints of Cameo #CAA681

Color information

#CAA681 (or 0xCAA681) is unknown color: approx Cameo. HEX triplet: CA, A6 and 81. RGB value is (202,166,129). Sum of RGB (Red+Green+Blue) = 202+166+129=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA681 is #35597E. Grayscale: #ACACAC. Windows color (decimal): -3496319 or 8496842. OLE color: 8496842.

HSL color Cylindrical-coordinate representation of color #CAA681: hue angle of 30.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA681 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202166129-
CMYK00.180.360.21
HSL30.41º40.78%64.9%-
HSV(B)30.41º36.14%79.22%-
XYZ41.9641.4126.55-
YUV172.55103.43149.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=40.64%
G=33.40%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216612900.180.360.2130.4140.7864.9
HexCAA68101224151e2941
Octal31224620102244253651101
Binary11001010101001101000000101001010010010101111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA681; }

 p { color: rgb(202,166,129); }

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

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

 a { background-color: rgb(202,166,129); }

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

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

 span { border-color: rgb(202,166,129); }

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