#CAA0AA

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

Shades of Careys Pink #CAA0AA

Tints of Careys Pink #CAA0AA

Color information

#CAA0AA (or 0xCAA0AA) is unknown color: approx Careys Pink. HEX triplet: CA, A0 and AA. RGB value is (202,160,170). Sum of RGB (Red+Green+Blue) = 202+160+170=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AA is #355F55. Grayscale: #ADADAD. Windows color (decimal): -3497814 or 11182282. OLE color: 11182282.

HSL color Cylindrical-coordinate representation of color #CAA0AA: hue angle of 345.71º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0AA is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202160170-
CMYK00.210.160.21
HSL345.71º28.38%70.98%-
HSV(B)345.71º20.79%79.22%-
XYZ44.1840.643.54-
YUV173.7125.91148.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=37.97%
G=30.08%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216017000.210.160.21345.7128.3870.98
HexCAA0AA015101515a1c47
Octal312240252025202553234107
Binary1100101010100000101010100101011000010101101011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0AA; }

 p { color: rgb(202,160,170); }

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

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

 a { background-color: rgb(202,160,170); }

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

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

 span { border-color: rgb(202,160,170); }

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