Html Css Color HEX #D0C0C1 Pink Flare

📋 copy color: '#D0C0C1'

red 208 ◦ green 192 ◦ blue 193

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

Shades of Pink Flare #D0C0C1

Tints of Pink Flare #D0C0C1

RGB

 RED value IS 208 (81.64% from 255) = 35.08%

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

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

R = 35.08%
G = 32.38%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D0C0C1 (or 0xD0C0C1) is known color: Pink Flare. HEX triplet: D0, C0 and C1. RGB value is (208,192,193). Sum of RGB (Red+Green+Blue) = 208+192+193=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0C1 is #2F3F3E. Grayscale: #C4C4C4. Windows color (decimal): -3096383 or 12697808. OLE color: 12697808.

HSL color Cylindrical-coordinate representation of color #D0C0C1: hue angle of 356.25º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C0C1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 193 -
CMYK 0 0.08 0.07 0.18
HSL 356.25º 0.15% 0.78% -
HSV(B) 356.25º 0.08% 0.82% -
XYZ 54.49 54.96 58.19 -
YUV 196.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 208 192 193 0 0.08 0.07 0.18 356.25 0.15 0.78
Hex D0 C0 C1 0 8 7 12 164 F 4E
Octal 320 300 301 0 10 7 22 544 17 116
Binary 11010000 11000000 11000001 0 1000 111 10010 101100100 1111 1001110

Color Harmonies of #D0C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0C1

Black with #D0C0C1

Text Example


Text Example

White with #D0C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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