Html Css Color HEX #D7959A Careys Pink

📋 copy color: '#D7959A'

red 215 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #D7959A

Tints of Careys Pink #D7959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.73%

R = 41.51%
G = 28.76%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7959A (or 0xD7959A) is known color: Careys Pink. HEX triplet: D7, 95 and 9A. RGB value is (215,149,154). Sum of RGB (Red+Green+Blue) = 215+149+154=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7959A is #286A65. Grayscale: #A9A9A9. Windows color (decimal): -2648678 or 10130903. OLE color: 10130903.

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

Color convert

RGB 215 149 154 -
CMYK 0 0.31 0.28 0.16
HSL 355.45º 0.45% 0.71% -
HSV(B) 355.45º 0.31% 0.84% -
XYZ 44.6 38.28 35.61 -
YUV 169.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 215 149 154 0 0.31 0.28 0.16 355.45 0.45 0.71
Hex D7 95 9A 0 1F 1C 10 163 2D 47
Octal 327 225 232 0 37 34 20 543 55 107
Binary 11010111 10010101 10011010 0 11111 11100 10000 101100011 101101 1000111

Color Harmonies of #D7959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7959A

Black with #D7959A

Text Example


Text Example

White with #D7959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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