Html Css Color HEX #D19CAA Careys Pink

📋 copy color: '#D19CAA'

red 209 ◦ green 156 ◦ blue 170

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

Shades of Careys Pink #D19CAA

Tints of Careys Pink #D19CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 39.07%
G = 29.16%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D19CAA (or 0xD19CAA) is known color: Careys Pink. HEX triplet: D1, 9C and AA. RGB value is (209,156,170). Sum of RGB (Red+Green+Blue) = 209+156+170=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CAA is #2E6355. Grayscale: #ADADAD. Windows color (decimal): -3040086 or 11181265. OLE color: 11181265.

HSL color Cylindrical-coordinate representation of color #D19CAA: hue angle of 344.15º 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 #D19CAA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 156 170 -
CMYK 0 0.25 0.19 0.18
HSL 344.15º 0.37% 0.72% -
HSV(B) 344.15º 0.25% 0.82% -
XYZ 45.44 40.23 43.4 -
YUV 173.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 209 156 170 0 0.25 0.19 0.18 344.15 0.37 0.72
Hex D1 9C AA 0 19 13 12 158 25 48
Octal 321 234 252 0 31 23 22 530 45 110
Binary 11010001 10011100 10101010 0 11001 10011 10010 101011000 100101 1001000

Color Harmonies of #D19CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19CAA

Black with #D19CAA

Text Example


Text Example

White with #D19CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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