Html Css Color HEX #D0989E Careys Pink

📋 copy color: '#D0989E'

red 208 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #D0989E

Tints of Careys Pink #D0989E

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

 GREEN value IS 152 (59.77% from 255) = 29.34%

 BLUE value IS 158 (62.11% from 255) = 30.5%

R = 40.15%
G = 29.34%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0989E (or 0xD0989E) is known color: Careys Pink. HEX triplet: D0, 98 and 9E. RGB value is (208,152,158). Sum of RGB (Red+Green+Blue) = 208+152+158=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0989E is #2F6761. Grayscale: #A9A9A9. Windows color (decimal): -3106658 or 10393808. OLE color: 10393808.

HSL color Cylindrical-coordinate representation of color #D0989E: hue angle of 353.57º 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 #D0989E is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 158 -
CMYK 0 0.27 0.24 0.18
HSL 353.57º 0.37% 0.71% -
HSV(B) 353.57º 0.27% 0.82% -
XYZ 43.41 38.33 37.46 -
YUV 169.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 208 152 158 0 0.27 0.24 0.18 353.57 0.37 0.71
Hex D0 98 9E 0 1B 18 12 162 25 47
Octal 320 230 236 0 33 30 22 542 45 107
Binary 11010000 10011000 10011110 0 11011 11000 10010 101100010 100101 1000111

Color Harmonies of #D0989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0989E

Black with #D0989E

Text Example


Text Example

White with #D0989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0989E; }

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

 H1.HeaderClassName
 {
   color: #D0989E;
 }
 .AnyTagClassName
 {
   color: #D0989E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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