Html Css Color HEX #D9C0C1 Pink Flare

📋 copy color: '#D9C0C1'

red 217 ◦ green 192 ◦ blue 193

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

Shades of Pink Flare #D9C0C1

Tints of Pink Flare #D9C0C1

RGB

 RED value IS 217 (85.16% from 255) = 36.05%

 GREEN value IS 192 (75.39% from 255) = 31.89%

 BLUE value IS 193 (75.78% from 255) = 32.06%

R = 36.05%
G = 31.89%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D9C0C1 (or 0xD9C0C1) is known color: Pink Flare. HEX triplet: D9, C0 and C1. RGB value is (217,192,193). Sum of RGB (Red+Green+Blue) = 217+192+193=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C0C1 is #263F3E. Grayscale: #C7C7C7. Windows color (decimal): -2506559 or 12697817. OLE color: 12697817.

HSL color Cylindrical-coordinate representation of color #D9C0C1: hue angle of 357.6º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9C0C1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 193 -
CMYK 0 0.12 0.11 0.15
HSL 357.6º 0.25% 0.8% -
HSV(B) 357.6º 0.12% 0.85% -
XYZ 57.09 56.3 58.31 -
YUV 199.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 217 192 193 0 0.12 0.11 0.15 357.6 0.25 0.8
Hex D9 C0 C1 0 C B F 166 19 50
Octal 331 300 301 0 14 13 17 546 31 120
Binary 11011001 11000000 11000001 0 1100 1011 1111 101100110 11001 1010000

Color Harmonies of #D9C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0C1

Black with #D9C0C1

Text Example


Text Example

White with #D9C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0C1; }

 p { color: rgb(217,192,193); }

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

background-color css

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

 a { background-color: rgb(217,192,193); }

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

border-color css

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

 span { border-color: rgb(217,192,193); }

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