Html Css Color HEX #C2463B Grenadier

📋 copy color: '#C2463B'

red 194 ◦ green 70 ◦ blue 59

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

Shades of Grenadier #C2463B

Tints of Grenadier #C2463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 60.06%
G = 21.67%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2463B (or 0xC2463B) is known color: Grenadier. HEX triplet: C2, 46 and 3B. RGB value is (194,70,59). Sum of RGB (Red+Green+Blue) = 194+70+59=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463B is #3DB9C4. Grayscale: #696969. Windows color (decimal): -4045253 or 3884738. OLE color: 3884738.

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

Color convert

RGB 194 70 59 -
CMYK 0 0.64 0.70 0.24
HSL 4.89º 0.53% 0.5% -
HSV(B) 4.89º 0.7% 0.76% -
XYZ 25.23 16.17 5.93 -
YUV 105.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 194 70 59 0 0.64 0.70 0.24 4.89 0.53 0.5
Hex C2 46 3B 0 40 46 18 5 35 32
Octal 302 106 73 0 100 106 30 5 65 62
Binary 11000010 1000110 111011 0 1000000 1000110 11000 101 110101 110010

Color Harmonies of #C2463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2463B

Black with #C2463B

Text Example


Text Example

White with #C2463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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