Html Css Color HEX #D1959C Careys Pink

📋 copy color: '#D1959C'

red 209 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #D1959C

Tints of Careys Pink #D1959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 40.66%
G = 28.99%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1959C (or 0xD1959C) is known color: Careys Pink. HEX triplet: D1, 95 and 9C. RGB value is (209,149,156). Sum of RGB (Red+Green+Blue) = 209+149+156=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1959C is #2E6A63. Grayscale: #A7A7A7. Windows color (decimal): -3041892 or 10261969. OLE color: 10261969.

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

Color convert

RGB 209 149 156 -
CMYK 0 0.29 0.25 0.18
HSL 353º 0.39% 0.7% -
HSV(B) 353º 0.29% 0.82% -
XYZ 43.04 37.45 36.41 -
YUV 167.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 209 149 156 0 0.29 0.25 0.18 353 0.39 0.7
Hex D1 95 9C 0 1D 19 12 161 27 46
Octal 321 225 234 0 35 31 22 541 47 106
Binary 11010001 10010101 10011100 0 11101 11001 10010 101100001 100111 1000110

Color Harmonies of #D1959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1959C

Black with #D1959C

Text Example


Text Example

White with #D1959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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