#d0645c

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

Shades of Roman #D0645C

Tints of Roman #D0645C

Color information

#D0645C (or 0xD0645C) is unknown color: approx Roman. HEX triplet: D0, 64 and 5C. RGB value is (208,100,92). Sum of RGB (Red+Green+Blue) = 208+100+92=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0645C is #2F9BA3. Grayscale: #838383. Windows color (decimal): -3120036 or 6055120. OLE color: 6055120.

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

Color convert

RGB20810092-
CMYK00.520.560.18
HSL4.14º55.24%58.82%-
HSV(B)4.14º55.77%81.57%-
XYZ32.523.312.91-
YUV131.38105.78182.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 23%
R=52%
G=25%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081009200.520.560.184.1455.2458.82
HexD0645C03438124373b
Octal320144134064702246773
Binary1101000011001001011100011010011100010010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0645c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0645c; }

 p { color: rgb(208,100,92); }

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

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

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

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

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

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

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