Html Css Color HEX #D4C0C2 Pink Flare

📋 copy color: '#D4C0C2'

red 212 ◦ green 192 ◦ blue 194

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

Shades of Pink Flare #D4C0C2

Tints of Pink Flare #D4C0C2

RGB

 RED value IS 212 (83.2% from 255) = 35.45%

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

 BLUE value IS 194 (76.17% from 255) = 32.44%

R = 35.45%
G = 32.11%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4C0C2 (or 0xD4C0C2) is known color: Pink Flare. HEX triplet: D4, C0 and C2. RGB value is (212,192,194). Sum of RGB (Red+Green+Blue) = 212+192+194=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0C2 is #2B3F3D. Grayscale: #C6C6C6. Windows color (decimal): -2834238 or 12763348. OLE color: 12763348.

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

Color convert

RGB 212 192 194 -
CMYK 0 0.09 0.08 0.17
HSL 354º 0.19% 0.79% -
HSV(B) 354º 0.09% 0.83% -
XYZ 55.74 55.59 58.83 -
YUV 198.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 212 192 194 0 0.09 0.08 0.17 354 0.19 0.79
Hex D4 C0 C2 0 9 8 11 162 13 4F
Octal 324 300 302 0 11 10 21 542 23 117
Binary 11010100 11000000 11000010 0 1001 1000 10001 101100010 10011 1001111

Color Harmonies of #D4C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C0C2

Black with #D4C0C2

Text Example


Text Example

White with #D4C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C0C2; }

 p { color: rgb(212,192,194); }

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

background-color css

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

 a { background-color: rgb(212,192,194); }

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

border-color css

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

 span { border-color: rgb(212,192,194); }

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