Html Css Color HEX #D99395 Careys Pink

📋 copy color: '#D99395'

red 217 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #D99395

Tints of Careys Pink #D99395

RGB

 RED value IS 217 (85.16% from 255) = 42.3%

 GREEN value IS 147 (57.81% from 255) = 28.65%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 42.3%
G = 28.65%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99395 (or 0xD99395) is known color: Careys Pink. HEX triplet: D9, 93 and 95. RGB value is (217,147,149). Sum of RGB (Red+Green+Blue) = 217+147+149=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99395 is #266C6A. Grayscale: #A8A8A8. Windows color (decimal): -2518123 or 9802713. OLE color: 9802713.

HSL color Cylindrical-coordinate representation of color #D99395: hue angle of 358.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D99395 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 149 -
CMYK 0 0.32 0.31 0.15
HSL 358.29º 0.48% 0.71% -
HSV(B) 358.29º 0.32% 0.85% -
XYZ 44.47 37.79 33.38 -
YUV 168.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 217 147 149 0 0.32 0.31 0.15 358.29 0.48 0.71
Hex D9 93 95 0 20 1F F 166 30 47
Octal 331 223 225 0 40 37 17 546 60 107
Binary 11011001 10010011 10010101 0 100000 11111 1111 101100110 110000 1000111

Color Harmonies of #D99395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99395

Black with #D99395

Text Example


Text Example

White with #D99395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99395; }

 p { color: rgb(217,147,149); }

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

background-color css

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

 a { background-color: rgb(217,147,149); }

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

border-color css

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

 span { border-color: rgb(217,147,149); }

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