#CAA3A8

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

Shades of Careys Pink #CAA3A8

Tints of Careys Pink #CAA3A8

Color information

#CAA3A8 (or 0xCAA3A8) is unknown color: approx Careys Pink. HEX triplet: CA, A3 and A8. RGB value is (202,163,168). Sum of RGB (Red+Green+Blue) = 202+163+168=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA3A8 is #355C57. Grayscale: #AFAFAF. Windows color (decimal): -3497048 or 11051978. OLE color: 11051978.

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

Color convert

RGB202163168-
CMYK00.190.170.21
HSL352.31º26.9%71.57%-
HSV(B)352.31º19.31%79.22%-
XYZ44.5241.5842.72-
YUV175.23123.92147.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=37.90%
G=30.58%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216316800.190.170.21352.3126.971.57
HexCAA3A801311151601b48
Octal312243250023212554033110
Binary1100101010100011101010000100111000110101101100000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3A8; }

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

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

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

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

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

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

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

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