Html Css Color HEX #D99498 Careys Pink

📋 copy color: '#D99498'

red 217 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #D99498

Tints of Careys Pink #D99498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.4%

R = 41.97%
G = 28.63%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99498 (or 0xD99498) is known color: Careys Pink. HEX triplet: D9, 94 and 98. RGB value is (217,148,152). Sum of RGB (Red+Green+Blue) = 217+148+152=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D99498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99498 is #266B67. Grayscale: #A9A9A9. Windows color (decimal): -2517864 or 9999577. OLE color: 9999577.

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

Color convert

RGB 217 148 152 -
CMYK 0 0.32 0.30 0.15
HSL 356.52º 0.48% 0.72% -
HSV(B) 356.52º 0.32% 0.85% -
XYZ 44.87 38.2 34.71 -
YUV 169.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 217 148 152 0 0.32 0.30 0.15 356.52 0.48 0.72
Hex D9 94 98 0 20 1E F 165 30 48
Octal 331 224 230 0 40 36 17 545 60 110
Binary 11011001 10010100 10011000 0 100000 11110 1111 101100101 110000 1001000

Color Harmonies of #D99498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99498

Black with #D99498

Text Example


Text Example

White with #D99498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99498; }

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

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

background-color css

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

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

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

border-color css

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

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

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