Html Css Color HEX #D1939C Careys Pink

📋 copy color: '#D1939C'

red 209 ◦ green 147 ◦ blue 156

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

Shades of Careys Pink #D1939C

Tints of Careys Pink #D1939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 40.82%
G = 28.71%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1939C (or 0xD1939C) is known color: Careys Pink. HEX triplet: D1, 93 and 9C. RGB value is (209,147,156). Sum of RGB (Red+Green+Blue) = 209+147+156=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1939C is #2E6C63. Grayscale: #A6A6A6. Windows color (decimal): -3042404 or 10261457. OLE color: 10261457.

HSL color Cylindrical-coordinate representation of color #D1939C: hue angle of 351.29º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1939C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 156 -
CMYK 0 0.30 0.25 0.18
HSL 351.29º 0.4% 0.7% -
HSV(B) 351.29º 0.3% 0.82% -
XYZ 42.73 36.82 36.31 -
YUV 166.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 209 147 156 0 0.30 0.25 0.18 351.29 0.4 0.7
Hex D1 93 9C 0 1E 19 12 15F 28 46
Octal 321 223 234 0 36 31 22 537 50 106
Binary 11010001 10010011 10011100 0 11110 11001 10010 101011111 101000 1000110

Color Harmonies of #D1939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1939C

Black with #D1939C

Text Example


Text Example

White with #D1939C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1939C; }

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

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

background-color css

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

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

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

border-color css

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

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

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