Html Css Color HEX #D99496 Careys Pink

📋 copy color: '#D99496'

red 217 ◦ green 148 ◦ blue 150

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

Shades of Careys Pink #D99496

Tints of Careys Pink #D99496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 42.14%
G = 28.74%
B = 29.13%

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

#D99496 (or 0xD99496) is known color: Careys Pink. HEX triplet: D9, 94 and 96. RGB value is (217,148,150). Sum of RGB (Red+Green+Blue) = 217+148+150=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99496 is #266B69. Grayscale: #A8A8A8. Windows color (decimal): -2517866 or 9868505. OLE color: 9868505.

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

Color convert

RGB 217 148 150 -
CMYK 0 0.32 0.31 0.15
HSL 358.26º 0.48% 0.72% -
HSV(B) 358.26º 0.32% 0.85% -
XYZ 44.71 38.13 33.86 -
YUV 168.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 217 148 150 0 0.32 0.31 0.15 358.26 0.48 0.72
Hex D9 94 96 0 20 1F F 166 30 48
Octal 331 224 226 0 40 37 17 546 60 110
Binary 11011001 10010100 10010110 0 100000 11111 1111 101100110 110000 1001000

Color Harmonies of #D99496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99496

Black with #D99496

Text Example


Text Example

White with #D99496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99496; }

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

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

background-color css

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

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

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

border-color css

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

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

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