Html Css Color HEX #D0959B Careys Pink

📋 copy color: '#D0959B'

red 208 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #D0959B

Tints of Careys Pink #D0959B

RGB

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

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

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

R = 40.63%
G = 29.1%
B = 30.27%

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

#D0959B (or 0xD0959B) is known color: Careys Pink. HEX triplet: D0, 95 and 9B. RGB value is (208,149,155). Sum of RGB (Red+Green+Blue) = 208+149+155=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0959B is #2F6A64. Grayscale: #A7A7A7. Windows color (decimal): -3107429 or 10196432. OLE color: 10196432.

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

Color convert

RGB 208 149 155 -
CMYK 0 0.28 0.25 0.18
HSL 353.9º 0.39% 0.7% -
HSV(B) 353.9º 0.28% 0.82% -
XYZ 42.68 37.27 35.96 -
YUV 167.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 208 149 155 0 0.28 0.25 0.18 353.9 0.39 0.7
Hex D0 95 9B 0 1C 19 12 162 27 46
Octal 320 225 233 0 34 31 22 542 47 106
Binary 11010000 10010101 10011011 0 11100 11001 10010 101100010 100111 1000110

Color Harmonies of #D0959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0959B

Black with #D0959B

Text Example


Text Example

White with #D0959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0959B; }

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

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

background-color css

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

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

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

border-color css

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

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

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