Html Css Color HEX #D19698 Careys Pink

📋 copy color: '#D19698'

red 209 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #D19698

Tints of Careys Pink #D19698

RGB

 RED value IS 209 (82.03% from 255) = 40.9%

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

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

R = 40.9%
G = 29.35%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D19698 (or 0xD19698) is known color: Careys Pink. HEX triplet: D1, 96 and 98. RGB value is (209,150,152). Sum of RGB (Red+Green+Blue) = 209+150+152=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D19698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19698 is #2E6967. Grayscale: #A7A7A7. Windows color (decimal): -3041640 or 10000081. OLE color: 10000081.

HSL color Cylindrical-coordinate representation of color #D19698: hue angle of 357.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19698 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 152 -
CMYK 0 0.28 0.27 0.18
HSL 357.97º 0.39% 0.7% -
HSV(B) 357.97º 0.28% 0.82% -
XYZ 42.87 37.64 34.71 -
YUV 167.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 209 150 152 0 0.28 0.27 0.18 357.97 0.39 0.7
Hex D1 96 98 0 1C 1B 12 166 27 46
Octal 321 226 230 0 34 33 22 546 47 106
Binary 11010001 10010110 10011000 0 11100 11011 10010 101100110 100111 1000110

Color Harmonies of #D19698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19698

Black with #D19698

Text Example


Text Example

White with #D19698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19698; }

 p { color: rgb(209,150,152); }

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

background-color css

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

 a { background-color: rgb(209,150,152); }

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

border-color css

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

 span { border-color: rgb(209,150,152); }

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