#DC989C

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

Shades of Careys Pink #DC989C

Tints of Careys Pink #DC989C

Color information

#DC989C (or 0xDC989C) is unknown color: approx Careys Pink. HEX triplet: DC, 98 and 9C. RGB value is (220,152,156). Sum of RGB (Red+Green+Blue) = 220+152+156=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC989C is #236763. Grayscale: #ACACAC. Windows color (decimal): -2320228 or 10262748. OLE color: 10262748.

HSL color Cylindrical-coordinate representation of color #DC989C: hue angle of 356.47º degrees, saturation: 0.49, 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 #DC989C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220152156-
CMYK00.310.290.14
HSL356.47º49.28%72.94%-
HSV(B)356.47º30.91%86.27%-
XYZ46.7440.0736.72-
YUV172.79118.53161.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=41.67%
G=28.79%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015215600.310.290.14356.4749.2872.94
HexDC989C01F1DE1643149
Octal334230234037351654461111
Binary1101110010011000100111000111111110111101011001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC989C; }

 p { color: rgb(220,152,156); }

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

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

 a { background-color: rgb(220,152,156); }

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

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

 span { border-color: rgb(220,152,156); }

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