Html Css Color HEX #D0979F Careys Pink

📋 copy color: '#D0979F'

red 208 ◦ green 151 ◦ blue 159

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

Shades of Careys Pink #D0979F

Tints of Careys Pink #D0979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 40.15%
G = 29.15%
B = 30.69%

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

#D0979F (or 0xD0979F) is known color: Careys Pink. HEX triplet: D0, 97 and 9F. RGB value is (208,151,159). Sum of RGB (Red+Green+Blue) = 208+151+159=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0979F is #2F6860. Grayscale: #A8A8A8. Windows color (decimal): -3106913 or 10459088. OLE color: 10459088.

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

Color convert

RGB 208 151 159 -
CMYK 0 0.27 0.24 0.18
HSL 351.58º 0.38% 0.7% -
HSV(B) 351.58º 0.27% 0.82% -
XYZ 43.34 38.05 37.86 -
YUV 168.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 208 151 159 0 0.27 0.24 0.18 351.58 0.38 0.7
Hex D0 97 9F 0 1B 18 12 160 26 46
Octal 320 227 237 0 33 30 22 540 46 106
Binary 11010000 10010111 10011111 0 11011 11000 10010 101100000 100110 1000110

Color Harmonies of #D0979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0979F

Black with #D0979F

Text Example


Text Example

White with #D0979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0979F; }

 p { color: rgb(208,151,159); }

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

background-color css

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

 a { background-color: rgb(208,151,159); }

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

border-color css

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

 span { border-color: rgb(208,151,159); }

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