Html Css Color HEX #D7C4C5 Pink Flare

📋 copy color: '#D7C4C5'

red 215 ◦ green 196 ◦ blue 197

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

Shades of Pink Flare #D7C4C5

Tints of Pink Flare #D7C4C5

RGB

 RED value IS 215 (84.38% from 255) = 35.36%

 GREEN value IS 196 (76.95% from 255) = 32.24%

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 35.36%
G = 32.24%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D7C4C5 (or 0xD7C4C5) is known color: Pink Flare. HEX triplet: D7, C4 and C5. RGB value is (215,196,197). Sum of RGB (Red+Green+Blue) = 215+196+197=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C4C5 is #283B3A. Grayscale: #C9C9C9. Windows color (decimal): -2636603 or 12960983. OLE color: 12960983.

HSL color Cylindrical-coordinate representation of color #D7C4C5: hue angle of 356.84º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7C4C5 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 197 -
CMYK 0 0.09 0.08 0.16
HSL 356.84º 0.19% 0.81% -
HSV(B) 356.84º 0.09% 0.84% -
XYZ 57.84 57.96 60.96 -
YUV 201.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 215 196 197 0 0.09 0.08 0.16 356.84 0.19 0.81
Hex D7 C4 C5 0 9 8 10 165 13 51
Octal 327 304 305 0 11 10 20 545 23 121
Binary 11010111 11000100 11000101 0 1001 1000 10000 101100101 10011 1010001

Color Harmonies of #D7C4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C4C5

Black with #D7C4C5

Text Example


Text Example

White with #D7C4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C4C5; }

 p { color: rgb(215,196,197); }

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

background-color css

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

 a { background-color: rgb(215,196,197); }

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

border-color css

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

 span { border-color: rgb(215,196,197); }

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