#CD6861

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

Shades of Roman #CD6861

Tints of Roman #CD6861

Color information

#CD6861 (or 0xCD6861) is unknown color: approx Roman. HEX triplet: CD, 68 and 61. RGB value is (205,104,97). Sum of RGB (Red+Green+Blue) = 205+104+97=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6861 is #32979E. Grayscale: #858585. Windows color (decimal): -3315615 or 6383821. OLE color: 6383821.

HSL color Cylindrical-coordinate representation of color #CD6861: hue angle of 3.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6861 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20510497-
CMYK00.490.530.20
HSL3.89º51.92%59.22%-
HSV(B)3.89º52.68%80.39%-
XYZ32.2823.7414.19-
YUV133.4107.46179.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.49%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=50.49%
G=25.62%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051049700.490.530.203.8951.9259.22
HexCD686103135144343b
Octal315150141061652446473
Binary1100110111010001100001011000111010110100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6861; }

 p { color: rgb(205,104,97); }

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

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

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

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

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

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

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