Html Css Color HEX #D19CA8 Careys Pink

📋 copy color: '#D19CA8'

red 209 ◦ green 156 ◦ blue 168

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

Shades of Careys Pink #D19CA8

Tints of Careys Pink #D19CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 39.21%
G = 29.27%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D19CA8 (or 0xD19CA8) is known color: Careys Pink. HEX triplet: D1, 9C and A8. RGB value is (209,156,168). Sum of RGB (Red+Green+Blue) = 209+156+168=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CA8 is #2E6357. Grayscale: #ADADAD. Windows color (decimal): -3040088 or 11050193. OLE color: 11050193.

HSL color Cylindrical-coordinate representation of color #D19CA8: hue angle of 346.42º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19CA8 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 156 168 -
CMYK 0 0.25 0.20 0.18
HSL 346.42º 0.37% 0.72% -
HSV(B) 346.42º 0.25% 0.82% -
XYZ 45.25 40.16 42.41 -
YUV 173.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 209 156 168 0 0.25 0.20 0.18 346.42 0.37 0.72
Hex D1 9C A8 0 19 14 12 15A 25 48
Octal 321 234 250 0 31 24 22 532 45 110
Binary 11010001 10011100 10101000 0 11001 10100 10010 101011010 100101 1001000

Color Harmonies of #D19CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19CA8

Black with #D19CA8

Text Example


Text Example

White with #D19CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19CA8; }

 p { color: rgb(209,156,168); }

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

background-color css

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

 a { background-color: rgb(209,156,168); }

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

border-color css

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

 span { border-color: rgb(209,156,168); }

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