#CAA48B

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

Shades of Cameo #CAA48B

Tints of Cameo #CAA48B

Color information

#CAA48B (or 0xCAA48B) is unknown color: approx Cameo. HEX triplet: CA, A4 and 8B. RGB value is (202,164,139). Sum of RGB (Red+Green+Blue) = 202+164+139=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA48B is #355B74. Grayscale: #ACACAC. Windows color (decimal): -3496821 or 9151690. OLE color: 9151690.

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

Color convert

RGB202164139-
CMYK00.190.310.21
HSL23.81º37.28%66.86%-
HSV(B)23.81º31.19%79.22%-
XYZ42.2940.9730.11-
YUV172.51109.09149.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=40%
G=32.48%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216413900.190.310.2123.8137.2866.86
HexCAA48B0131F15182543
Octal31224421302337253045103
Binary1100101010100100100010110100111111110101110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA48B; }

 p { color: rgb(202,164,139); }

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

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

 a { background-color: rgb(202,164,139); }

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

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

 span { border-color: rgb(202,164,139); }

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