#CD6960

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

Shades of Roman #CD6960

Tints of Roman #CD6960

Color information

#CD6960 (or 0xCD6960) is unknown color: approx Roman. HEX triplet: CD, 69 and 60. RGB value is (205,105,96). Sum of RGB (Red+Green+Blue) = 205+105+96=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6960 is #32969F. Grayscale: #868686. Windows color (decimal): -3315360 or 6318541. OLE color: 6318541.

HSL color Cylindrical-coordinate representation of color #CD6960: hue angle of 4.95º 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 #CD6960 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20510596-
CMYK00.490.530.20
HSL4.95º52.15%59.02%-
HSV(B)4.95º53.17%80.39%-
XYZ32.3423.9313.98-
YUV133.87106.63178.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.49%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=50.49%
G=25.86%
B=23.65%

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
Decimal2051059600.490.530.204.9552.1559.02
HexCD696003135145343b
Octal315151140061652456473
Binary1100110111010011100000011000111010110100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6960; }

 p { color: rgb(205,105,96); }

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

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

 a { background-color: rgb(205,105,96); }

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

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

 span { border-color: rgb(205,105,96); }

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