#DC97A0

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

Shades of Careys Pink #DC97A0

Tints of Careys Pink #DC97A0

Color information

#DC97A0 (or 0xDC97A0) is unknown color: approx Careys Pink. HEX triplet: DC, 97 and A0. RGB value is (220,151,160). Sum of RGB (Red+Green+Blue) = 220+151+160=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97A0 is #23685F. Grayscale: #ACACAC. Windows color (decimal): -2320480 or 10524636. OLE color: 10524636.

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

Color convert

RGB220151160-
CMYK00.310.270.14
HSL352.17º49.64%72.75%-
HSV(B)352.17º31.36%86.27%-
XYZ46.9339.8938.48-
YUV172.66120.86161.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 160 (62.89% from 255) = 30.13%
R=41.43%
G=28.44%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015116000.310.270.14352.1749.6472.75
HexDC97A001F1BE1603249
Octal334227240037331654062111
Binary1101110010010111101000000111111101111101011000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97A0; }

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

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

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

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

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

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

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

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