Html Css Color HEX #D0989B Careys Pink

📋 copy color: '#D0989B'

red 208 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #D0989B

Tints of Careys Pink #D0989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 40.39%
G = 29.51%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0989B (or 0xD0989B) is known color: Careys Pink. HEX triplet: D0, 98 and 9B. RGB value is (208,152,155). Sum of RGB (Red+Green+Blue) = 208+152+155=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0989B is #2F6764. Grayscale: #A9A9A9. Windows color (decimal): -3106661 or 10197200. OLE color: 10197200.

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

Color convert

RGB 208 152 155 -
CMYK 0 0.27 0.25 0.18
HSL 356.79º 0.37% 0.71% -
HSV(B) 356.79º 0.27% 0.82% -
XYZ 43.16 38.23 36.12 -
YUV 169.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 208 152 155 0 0.27 0.25 0.18 356.79 0.37 0.71
Hex D0 98 9B 0 1B 19 12 165 25 47
Octal 320 230 233 0 33 31 22 545 45 107
Binary 11010000 10011000 10011011 0 11011 11001 10010 101100101 100101 1000111

Color Harmonies of #D0989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0989B

Black with #D0989B

Text Example


Text Example

White with #D0989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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