Html Css Color HEX #C2463F Grenadier

📋 copy color: '#C2463F'

red 194 ◦ green 70 ◦ blue 63

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

Shades of Grenadier #C2463F

Tints of Grenadier #C2463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 59.33%
G = 21.41%
B = 19.27%

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

#C2463F (or 0xC2463F) is known color: Grenadier. HEX triplet: C2, 46 and 3F. RGB value is (194,70,63). Sum of RGB (Red+Green+Blue) = 194+70+63=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463F is #3DB9C0. Grayscale: #6A6A6A. Windows color (decimal): -4045249 or 4146882. OLE color: 4146882.

HSL color Cylindrical-coordinate representation of color #C2463F: hue angle of 3.21º 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 #C2463F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 63 -
CMYK 0 0.64 0.68 0.24
HSL 3.21º 0.52% 0.5% -
HSV(B) 3.21º 0.68% 0.76% -
XYZ 25.34 16.21 6.5 -
YUV 106.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 194 70 63 0 0.64 0.68 0.24 3.21 0.52 0.5
Hex C2 46 3F 0 40 44 18 3 34 32
Octal 302 106 77 0 100 104 30 3 64 62
Binary 11000010 1000110 111111 0 1000000 1000100 11000 11 110100 110010

Color Harmonies of #C2463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2463F

Black with #C2463F

Text Example


Text Example

White with #C2463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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