#CAA38C

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

Shades of Cameo #CAA38C

Tints of Cameo #CAA38C

Color information

#CAA38C (or 0xCAA38C) is unknown color: approx Cameo. HEX triplet: CA, A3 and 8C. RGB value is (202,163,140). Sum of RGB (Red+Green+Blue) = 202+163+140=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA38C is #355C73. Grayscale: #ACACAC. Windows color (decimal): -3497076 or 9216970. OLE color: 9216970.

HSL color Cylindrical-coordinate representation of color #CAA38C: hue angle of 22.26º 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 #CAA38C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB202163140-
CMYK00.190.310.21
HSL22.26º36.9%67.06%-
HSV(B)22.26º30.69%79.22%-
XYZ42.1940.6430.43-
YUV172.04109.92149.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=40%
G=32.28%
B=27.72%

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
Decimal20216314000.190.310.2122.2636.967.06
HexCAA38C0131F15162543
Octal31224321402337252645103
Binary1100101010100011100011000100111111110101101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA38C; }

 p { color: rgb(202,163,140); }

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

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

 a { background-color: rgb(202,163,140); }

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

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

 span { border-color: rgb(202,163,140); }

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