#DC9AA1

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

Shades of Careys Pink #DC9AA1

Tints of Careys Pink #DC9AA1

Color information

#DC9AA1 (or 0xDC9AA1) is unknown color: approx Careys Pink. HEX triplet: DC, 9A and A1. RGB value is (220,154,161). Sum of RGB (Red+Green+Blue) = 220+154+161=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA1 is #23655E. Grayscale: #AEAEAE. Windows color (decimal): -2319711 or 10590940. OLE color: 10590940.

HSL color Cylindrical-coordinate representation of color #DC9AA1: hue angle of 353.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AA1 is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220154161-
CMYK00.30.270.14
HSL353.64º48.53%73.33%-
HSV(B)353.64º30%86.27%-
XYZ47.540.939.11-
YUV174.53120.37160.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=41.12%
G=28.79%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015416100.30.270.14353.6448.5373.33
HexDC9AA101E1BE1623149
Octal334232241036331654261111
Binary1101110010011010101000010111101101111101011000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AA1; }

 p { color: rgb(220,154,161); }

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

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

 a { background-color: rgb(220,154,161); }

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

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

 span { border-color: rgb(220,154,161); }

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