#CA463D

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

Shades of Grenadier #CA463D

Tints of Grenadier #CA463D

Color information

#CA463D (or 0xCA463D) is unknown color: approx Grenadier. HEX triplet: CA, 46 and 3D. RGB value is (202,70,61). Sum of RGB (Red+Green+Blue) = 202+70+61=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463D is #35B9C2. Grayscale: #6C6C6C. Windows color (decimal): -3520963 or 4015818. OLE color: 4015818.

HSL color Cylindrical-coordinate representation of color #CA463D: hue angle of 3.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA463D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2027061-
CMYK00.650.700.21
HSL3.83º57.09%51.57%-
HSV(B)3.83º69.8%79.22%-
XYZ27.3917.276.31-
YUV108.44101.23194.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=60.66%
G=21.02%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202706100.650.700.213.8357.0951.57
HexCA463D041461543934
Octal3121067501011062547164
Binary11001010100011011110101000001100011010101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA463D; }

 p { color: rgb(202,70,61); }

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

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

 a { background-color: rgb(202,70,61); }

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

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

 span { border-color: rgb(202,70,61); }

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