Html Css Color HEX #C2463E Grenadier

📋 copy color: '#C2463E'

red 194 ◦ green 70 ◦ blue 62

#C2463E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C2463E

Tints of Grenadier #C2463E

RGB

 RED value IS 194 (76.17% from 255) = 59.51%

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 59.51%
G = 21.47%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2463E (or 0xC2463E) is known color: Grenadier. HEX triplet: C2, 46 and 3E. RGB value is (194,70,62). Sum of RGB (Red+Green+Blue) = 194+70+62=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463E is #3DB9C1. Grayscale: #6A6A6A. Windows color (decimal): -4045250 or 4081346. OLE color: 4081346.

HSL color Cylindrical-coordinate representation of color #C2463E: hue angle of 3.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2463E is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 62 -
CMYK 0 0.64 0.68 0.24
HSL 3.64º 0.52% 0.5% -
HSV(B) 3.64º 0.68% 0.76% -
XYZ 25.31 16.2 6.35 -
YUV 106.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 194 70 62 0 0.64 0.68 0.24 3.64 0.52 0.5
Hex C2 46 3E 0 40 44 18 4 34 32
Octal 302 106 76 0 100 104 30 4 64 62
Binary 11000010 1000110 111110 0 1000000 1000100 11000 100 110100 110010

Color Harmonies of #C2463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2463E

Black with #C2463E

Text Example


Text Example

White with #C2463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2463E; }

 p { color: rgb(194,70,62); }

 H1.HeaderClassName
 {
   color: #C2463E;
 }
 .AnyTagClassName
 {
   color: #C2463E;
 }
</style>

background-color css

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

 a { background-color: rgb(194,70,62); }

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

border-color css

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

 span { border-color: rgb(194,70,62); }

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