Html Css Color HEX #D0959E Careys Pink

📋 copy color: '#D0959E'

red 208 ◦ green 149 ◦ blue 158

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

Shades of Careys Pink #D0959E

Tints of Careys Pink #D0959E

RGB

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

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

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

R = 40.39%
G = 28.93%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0959E (or 0xD0959E) is known color: Careys Pink. HEX triplet: D0, 95 and 9E. RGB value is (208,149,158). Sum of RGB (Red+Green+Blue) = 208+149+158=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0959E is #2F6A61. Grayscale: #A7A7A7. Windows color (decimal): -3107426 or 10393040. OLE color: 10393040.

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

Color convert

RGB 208 149 158 -
CMYK 0 0.28 0.24 0.18
HSL 350.85º 0.39% 0.7% -
HSV(B) 350.85º 0.28% 0.82% -
XYZ 42.93 37.37 37.3 -
YUV 167.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 208 149 158 0 0.28 0.24 0.18 350.85 0.39 0.7
Hex D0 95 9E 0 1C 18 12 15F 27 46
Octal 320 225 236 0 34 30 22 537 47 106
Binary 11010000 10010101 10011110 0 11100 11000 10010 101011111 100111 1000110

Color Harmonies of #D0959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0959E

Black with #D0959E

Text Example


Text Example

White with #D0959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0959E; }

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

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

background-color css

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

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

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

border-color css

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

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

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