Html Css Color HEX #D19C9D Careys Pink

📋 copy color: '#D19C9D'

red 209 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #D19C9D

Tints of Careys Pink #D19C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.08%

R = 40.04%
G = 29.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D19C9D (or 0xD19C9D) is known color: Careys Pink. HEX triplet: D1, 9C and 9D. RGB value is (209,156,157). Sum of RGB (Red+Green+Blue) = 209+156+157=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C9D is #2E6362. Grayscale: #ACACAC. Windows color (decimal): -3040099 or 10329297. OLE color: 10329297.

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

Color convert

RGB 209 156 157 -
CMYK 0 0.25 0.25 0.18
HSL 358.87º 0.37% 0.72% -
HSV(B) 358.87º 0.25% 0.82% -
XYZ 44.27 39.77 37.24 -
YUV 171.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 209 156 157 0 0.25 0.25 0.18 358.87 0.37 0.72
Hex D1 9C 9D 0 19 19 12 167 25 48
Octal 321 234 235 0 31 31 22 547 45 110
Binary 11010001 10011100 10011101 0 11001 11001 10010 101100111 100101 1001000

Color Harmonies of #D19C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C9D

Black with #D19C9D

Text Example


Text Example

White with #D19C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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