#DC9AA0

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

Shades of Careys Pink #DC9AA0

Tints of Careys Pink #DC9AA0

Color information

#DC9AA0 (or 0xDC9AA0) is unknown color: approx Careys Pink. HEX triplet: DC, 9A and A0. RGB value is (220,154,160). Sum of RGB (Red+Green+Blue) = 220+154+160=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA0 is #23655F. Grayscale: #AEAEAE. Windows color (decimal): -2319712 or 10525404. OLE color: 10525404.

HSL color Cylindrical-coordinate representation of color #DC9AA0: hue angle of 354.55º 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 #DC9AA0 is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220154160-
CMYK00.30.270.14
HSL354.55º48.53%73.33%-
HSV(B)354.55º30%86.27%-
XYZ47.4240.8638.65-
YUV174.42119.87160.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=41.20%
G=28.84%
B=29.96%

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
Decimal22015416000.30.270.14354.5548.5373.33
HexDC9AA001E1BE1633149
Octal334232240036331654361111
Binary1101110010011010101000000111101101111101011000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AA0; }

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

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

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

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

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

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

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

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