#CAA3AA

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

Shades of Careys Pink #CAA3AA

Tints of Careys Pink #CAA3AA

Color information

#CAA3AA (or 0xCAA3AA) is unknown color: approx Careys Pink. HEX triplet: CA, A3 and AA. RGB value is (202,163,170). Sum of RGB (Red+Green+Blue) = 202+163+170=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3AA is #355C55. Grayscale: #AFAFAF. Windows color (decimal): -3497046 or 11183050. OLE color: 11183050.

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

Color convert

RGB202163170-
CMYK00.190.160.21
HSL349.23º26.9%71.57%-
HSV(B)349.23º19.31%79.22%-
XYZ44.7141.6543.71-
YUV175.46124.92146.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=37.76%
G=30.47%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216317000.190.160.21349.2326.971.57
HexCAA3AA013101515d1b48
Octal312243252023202553533110
Binary1100101010100011101010100100111000010101101011101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3AA; }

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

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

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

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

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

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

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

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