Html Css Color HEX #D0959D Careys Pink

📋 copy color: '#D0959D'

red 208 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D0959D

Tints of Careys Pink #D0959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 40.47%
G = 28.99%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0959D (or 0xD0959D) is known color: Careys Pink. HEX triplet: D0, 95 and 9D. RGB value is (208,149,157). Sum of RGB (Red+Green+Blue) = 208+149+157=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0959D is #2F6A62. Grayscale: #A7A7A7. Windows color (decimal): -3107427 or 10327504. OLE color: 10327504.

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

Color convert

RGB 208 149 157 -
CMYK 0 0.28 0.25 0.18
HSL 351.86º 0.39% 0.7% -
HSV(B) 351.86º 0.28% 0.82% -
XYZ 42.85 37.34 36.85 -
YUV 167.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 208 149 157 0 0.28 0.25 0.18 351.86 0.39 0.7
Hex D0 95 9D 0 1C 19 12 160 27 46
Octal 320 225 235 0 34 31 22 540 47 106
Binary 11010000 10010101 10011101 0 11100 11001 10010 101100000 100111 1000110

Color Harmonies of #D0959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0959D

Black with #D0959D

Text Example


Text Example

White with #D0959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0959D; }

 p { color: rgb(208,149,157); }

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

background-color css

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

 a { background-color: rgb(208,149,157); }

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

border-color css

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

 span { border-color: rgb(208,149,157); }

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