#CAA68A

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

Shades of Cameo #CAA68A

Tints of Cameo #CAA68A

Color information

#CAA68A (or 0xCAA68A) is unknown color: approx Cameo. HEX triplet: CA, A6 and 8A. RGB value is (202,166,138). Sum of RGB (Red+Green+Blue) = 202+166+138=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA68A is #355975. Grayscale: #ADADAD. Windows color (decimal): -3496310 or 9086666. OLE color: 9086666.

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

Color convert

RGB202166138-
CMYK00.180.320.21
HSL26.25º37.65%66.67%-
HSV(B)26.25º31.68%79.22%-
XYZ42.5841.6629.84-
YUV173.57107.93148.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=39.92%
G=32.81%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216613800.180.320.2126.2537.6566.67
HexCAA68A01220151a2643
Octal31224621202240253246103
Binary11001010101001101000101001001010000010101110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA68A; }

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

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

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

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

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

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

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

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