Html Css Color HEX #D198A2 Careys Pink

📋 copy color: '#D198A2'

red 209 ◦ green 152 ◦ blue 162

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

Shades of Careys Pink #D198A2

Tints of Careys Pink #D198A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.06%

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 39.96%
G = 29.06%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D198A2 (or 0xD198A2) is known color: Careys Pink. HEX triplet: D1, 98 and A2. RGB value is (209,152,162). Sum of RGB (Red+Green+Blue) = 209+152+162=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D198A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198A2 is #2E675D. Grayscale: #AAAAAA. Windows color (decimal): -3041118 or 10655953. OLE color: 10655953.

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

Color convert

RGB 209 152 162 -
CMYK 0 0.27 0.22 0.18
HSL 349.47º 0.38% 0.71% -
HSV(B) 349.47º 0.27% 0.82% -
XYZ 44.04 38.62 39.32 -
YUV 170.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 209 152 162 0 0.27 0.22 0.18 349.47 0.38 0.71
Hex D1 98 A2 0 1B 16 12 15D 26 47
Octal 321 230 242 0 33 26 22 535 46 107
Binary 11010001 10011000 10100010 0 11011 10110 10010 101011101 100110 1000111

Color Harmonies of #D198A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198A2

Black with #D198A2

Text Example


Text Example

White with #D198A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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