Html Css Color HEX #D99499 Careys Pink

📋 copy color: '#D99499'

red 217 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #D99499

Tints of Careys Pink #D99499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 41.89%
G = 28.57%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D99499 (or 0xD99499) is known color: Careys Pink. HEX triplet: D9, 94 and 99. RGB value is (217,148,153). Sum of RGB (Red+Green+Blue) = 217+148+153=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99499 is #266B66. Grayscale: #A9A9A9. Windows color (decimal): -2517863 or 10065113. OLE color: 10065113.

HSL color Cylindrical-coordinate representation of color #D99499: hue angle of 355.65º 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 #D99499 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 153 -
CMYK 0 0.32 0.29 0.15
HSL 355.65º 0.48% 0.72% -
HSV(B) 355.65º 0.32% 0.85% -
XYZ 44.95 38.23 35.15 -
YUV 169.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 217 148 153 0 0.32 0.29 0.15 355.65 0.48 0.72
Hex D9 94 99 0 20 1D F 164 30 48
Octal 331 224 231 0 40 35 17 544 60 110
Binary 11011001 10010100 10011001 0 100000 11101 1111 101100100 110000 1001000

Color Harmonies of #D99499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99499

Black with #D99499

Text Example


Text Example

White with #D99499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99499; }

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

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

background-color css

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

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

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

border-color css

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

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

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