Html Css Color HEX #DC9AA0 Careys Pink

📋 copy color: '#DC9AA0'

red 220 ◦ green 154 ◦ blue 160

#DC9AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #DC9AA0

Tints of Careys Pink #DC9AA0

RGB

 RED value IS 220 (86.33% from 255) = 41.2%

 GREEN value IS 154 (60.55% from 255) = 28.84%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 41.2%
G = 28.84%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC9AA0 (or 0xDC9AA0) is known color: 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

RGB 220 154 160 -
CMYK 0 0.3 0.27 0.14
HSL 354.55º 0.49% 0.73% -
HSV(B) 354.55º 0.3% 0.86% -
XYZ 47.42 40.86 38.65 -
YUV 174.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 220 154 160 0 0.3 0.27 0.14 354.55 0.49 0.73
Hex DC 9A A0 0 1E 1B E 163 31 49
Octal 334 232 240 0 36 33 16 543 61 111
Binary 11011100 10011010 10100000 0 11110 11011 1110 101100011 110001 1001001

Color Harmonies of #DC9AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AA0

Black with #DC9AA0

Text Example


Text Example

White with #DC9AA0

Text Example


Text Example

HTML Codes & Css Web 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>