Html Css Color HEX #D0C0C2 Pink Flare

📋 copy color: '#D0C0C2'

red 208 ◦ green 192 ◦ blue 194

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

Shades of Pink Flare #D0C0C2

Tints of Pink Flare #D0C0C2

RGB

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

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

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

R = 35.02%
G = 32.32%
B = 32.66%

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

#D0C0C2 (or 0xD0C0C2) is known color: Pink Flare. HEX triplet: D0, C0 and C2. RGB value is (208,192,194). Sum of RGB (Red+Green+Blue) = 208+192+194=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0C2 is #2F3F3D. Grayscale: #C5C5C5. Windows color (decimal): -3096382 or 12763344. OLE color: 12763344.

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

Color convert

RGB 208 192 194 -
CMYK 0 0.08 0.07 0.18
HSL 352.5º 0.15% 0.78% -
HSV(B) 352.5º 0.08% 0.82% -
XYZ 54.6 55 58.78 -
YUV 197.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 208 192 194 0 0.08 0.07 0.18 352.5 0.15 0.78
Hex D0 C0 C2 0 8 7 12 160 F 4E
Octal 320 300 302 0 10 7 22 540 17 116
Binary 11010000 11000000 11000010 0 1000 111 10010 101100000 1111 1001110

Color Harmonies of #D0C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C0C2

Black with #D0C0C2

Text Example


Text Example

White with #D0C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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