#DC9A9B

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

Shades of Careys Pink #DC9A9B

Tints of Careys Pink #DC9A9B

Color information

#DC9A9B (or 0xDC9A9B) is unknown color: approx Careys Pink. HEX triplet: DC, 9A and 9B. RGB value is (220,154,155). Sum of RGB (Red+Green+Blue) = 220+154+155=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A9B is #236564. Grayscale: #ADADAD. Windows color (decimal): -2319717 or 10197724. OLE color: 10197724.

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

Color convert

RGB220154155-
CMYK00.30.300.14
HSL359.09º48.53%73.33%-
HSV(B)359.09º30%86.27%-
XYZ46.9940.6936.39-
YUV173.85117.37160.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=41.59%
G=29.11%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015415500.30.300.14359.0948.5373.33
HexDC9A9B01E1EE1673149
Octal334232233036361654761111
Binary1101110010011010100110110111101111011101011001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9A9B; }

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

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

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

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

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

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

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

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