#D0989C

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

Shades of Careys Pink #D0989C

Tints of Careys Pink #D0989C

Color information

#D0989C (or 0xD0989C) is unknown color: approx Careys Pink. HEX triplet: D0, 98 and 9C. RGB value is (208,152,156). Sum of RGB (Red+Green+Blue) = 208+152+156=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0989C is #2F6763. Grayscale: #A9A9A9. Windows color (decimal): -3106660 or 10262736. OLE color: 10262736.

HSL color Cylindrical-coordinate representation of color #D0989C: hue angle of 355.71º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0989C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208152156-
CMYK00.270.250.18
HSL355.71º37.33%70.59%-
HSV(B)355.71º26.92%81.57%-
XYZ43.2438.2736.56-
YUV169.2120.55155.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=40.31%
G=29.46%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815215600.270.250.18355.7137.3370.59
HexD0989C01B19121642547
Octal320230234033312254445107
Binary11010000100110001001110001101111001100101011001001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0989C; }

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

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

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

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

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

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

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

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