Html Css Color HEX #D99699 Careys Pink

📋 copy color: '#D99699'

red 217 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #D99699

Tints of Careys Pink #D99699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 41.73%
G = 28.85%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D99699 (or 0xD99699) is known color: Careys Pink. HEX triplet: D9, 96 and 99. RGB value is (217,150,153). Sum of RGB (Red+Green+Blue) = 217+150+153=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99699 is #266966. Grayscale: #AAAAAA. Windows color (decimal): -2517351 or 10065625. OLE color: 10065625.

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

Color convert

RGB 217 150 153 -
CMYK 0 0.31 0.29 0.15
HSL 357.31º 0.47% 0.72% -
HSV(B) 357.31º 0.31% 0.85% -
XYZ 45.27 38.86 35.25 -
YUV 170.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 217 150 153 0 0.31 0.29 0.15 357.31 0.47 0.72
Hex D9 96 99 0 1F 1D F 165 2F 48
Octal 331 226 231 0 37 35 17 545 57 110
Binary 11011001 10010110 10011001 0 11111 11101 1111 101100101 101111 1001000

Color Harmonies of #D99699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99699

Black with #D99699

Text Example


Text Example

White with #D99699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99699; }

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

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

background-color css

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

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

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

border-color css

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

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

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