#CD493D

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

Shades of Grenadier #CD493D

Tints of Grenadier #CD493D

Color information

#CD493D (or 0xCD493D) is unknown color: approx Grenadier. HEX triplet: CD, 49 and 3D. RGB value is (205,73,61). Sum of RGB (Red+Green+Blue) = 205+73+61=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD493D is #32B6C2. Grayscale: #6F6F6F. Windows color (decimal): -3323587 or 4016589. OLE color: 4016589.

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

Color convert

RGB2057361-
CMYK00.640.700.20
HSL59.02%52.16%-
HSV(B)70.24%80.39%-
XYZ28.418.086.41-
YUV111.199.73194.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=60.47%
G=21.53%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205736100.640.700.20559.0252.16
HexCD493D040461453b34
Octal3151117501001062457364
Binary11001101100100111110101000000100011010100101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD493D; }

 p { color: rgb(205,73,61); }

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

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

 a { background-color: rgb(205,73,61); }

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

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

 span { border-color: rgb(205,73,61); }

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