Html Css Color HEX #D7959D Careys Pink

📋 copy color: '#D7959D'

red 215 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #D7959D

Tints of Careys Pink #D7959D

RGB

 RED value IS 215 (84.38% from 255) = 41.27%

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

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

R = 41.27%
G = 28.6%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D7959D (or 0xD7959D) is known color: Careys Pink. HEX triplet: D7, 95 and 9D. RGB value is (215,149,157). Sum of RGB (Red+Green+Blue) = 215+149+157=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7959D is #286A62. Grayscale: #A9A9A9. Windows color (decimal): -2648675 or 10327511. OLE color: 10327511.

HSL color Cylindrical-coordinate representation of color #D7959D: hue angle of 352.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7959D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 157 -
CMYK 0 0.31 0.27 0.16
HSL 352.73º 0.45% 0.71% -
HSV(B) 352.73º 0.31% 0.84% -
XYZ 44.86 38.38 36.94 -
YUV 169.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 215 149 157 0 0.31 0.27 0.16 352.73 0.45 0.71
Hex D7 95 9D 0 1F 1B 10 161 2D 47
Octal 327 225 235 0 37 33 20 541 55 107
Binary 11010111 10010101 10011101 0 11111 11011 10000 101100001 101101 1000111

Color Harmonies of #D7959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7959D

Black with #D7959D

Text Example


Text Example

White with #D7959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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