#D06868

Color #D06868 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D06868

Tints of Roman #D06868

Color information

#D06868 (or 0xD06868) is unknown color: approx Roman. HEX triplet: D0, 68 and 68. RGB value is (208,104,104). Sum of RGB (Red+Green+Blue) = 208+104+104=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D06868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06868 is #2F9797. Grayscale: #878787. Windows color (decimal): -3119000 or 6842576. OLE color: 6842576.

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

Color convert

RGB208104104-
CMYK00.50.50.18
HSL52.53%61.18%-
HSV(B)50%81.57%-
XYZ33.4624.3116.03-
YUV135.1110.46180-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810410400.50.50.18052.5361.18
HexD0686803232120353d
Octal320150150062622206575
Binary11010000110100011010000110010110010100100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06868; }

 p { color: rgb(208,104,104); }

 H1.HeaderClassName
 {
   color: #D06868;
 }
 .AnyTagClassName
 {
   color: #D06868;
 }
</style>
background-color css

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

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

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

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

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

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