Html Css Color HEX #D99495 Careys Pink

📋 copy color: '#D99495'

red 217 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #D99495

Tints of Careys Pink #D99495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 42.22%
G = 28.79%
B = 28.99%

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

#D99495 (or 0xD99495) is known color: Careys Pink. HEX triplet: D9, 94 and 95. RGB value is (217,148,149). Sum of RGB (Red+Green+Blue) = 217+148+149=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99495 is #266B6A. Grayscale: #A8A8A8. Windows color (decimal): -2517867 or 9802969. OLE color: 9802969.

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

Color convert

RGB 217 148 149 -
CMYK 0 0.32 0.31 0.15
HSL 359.13º 0.48% 0.72% -
HSV(B) 359.13º 0.32% 0.85% -
XYZ 44.63 38.1 33.44 -
YUV 168.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 217 148 149 0 0.32 0.31 0.15 359.13 0.48 0.72
Hex D9 94 95 0 20 1F F 167 30 48
Octal 331 224 225 0 40 37 17 547 60 110
Binary 11011001 10010100 10010101 0 100000 11111 1111 101100111 110000 1001000

Color Harmonies of #D99495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99495

Black with #D99495

Text Example


Text Example

White with #D99495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99495; }

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

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

background-color css

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

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

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

border-color css

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

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

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