#CAA1A6

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

Shades of Careys Pink #CAA1A6

Tints of Careys Pink #CAA1A6

Color information

#CAA1A6 (or 0xCAA1A6) is unknown color: approx Careys Pink. HEX triplet: CA, A1 and A6. RGB value is (202,161,166). Sum of RGB (Red+Green+Blue) = 202+161+166=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1A6 is #355E59. Grayscale: #ADADAD. Windows color (decimal): -3497562 or 10920394. OLE color: 10920394.

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

Color convert

RGB202161166-
CMYK00.200.180.21
HSL352.68º27.89%71.18%-
HSV(B)352.68º20.3%79.22%-
XYZ43.9840.841.63-
YUV173.83123.58148.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=38.19%
G=30.43%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216116600.200.180.21352.6827.8971.18
HexCAA1A601412151611c47
Octal312241246024222554134107
Binary1100101010100001101001100101001001010101101100001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1A6; }

 p { color: rgb(202,161,166); }

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

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

 a { background-color: rgb(202,161,166); }

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

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

 span { border-color: rgb(202,161,166); }

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