Html Css Color HEX #C4463C Grenadier

📋 copy color: '#C4463C'

red 196 ◦ green 70 ◦ blue 60

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

Shades of Grenadier #C4463C

Tints of Grenadier #C4463C

RGB

 RED value IS 196 (76.95% from 255) = 60.12%

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 60.12%
G = 21.47%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4463C (or 0xC4463C) is known color: Grenadier. HEX triplet: C4, 46 and 3C. RGB value is (196,70,60). Sum of RGB (Red+Green+Blue) = 196+70+60=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4463C is #3BB9C3. Grayscale: #6A6A6A. Windows color (decimal): -3914180 or 3950276. OLE color: 3950276.

HSL color Cylindrical-coordinate representation of color #C4463C: hue angle of 4.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4463C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 60 -
CMYK 0 0.64 0.69 0.23
HSL 4.41º 0.54% 0.5% -
HSV(B) 4.41º 0.69% 0.77% -
XYZ 25.77 16.44 6.09 -
YUV 106.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 196 70 60 0 0.64 0.69 0.23 4.41 0.54 0.5
Hex C4 46 3C 0 40 45 17 4 36 32
Octal 304 106 74 0 100 105 27 4 66 62
Binary 11000100 1000110 111100 0 1000000 1000101 10111 100 110110 110010

Color Harmonies of #C4463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4463C

Black with #C4463C

Text Example


Text Example

White with #C4463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4463C; }

 p { color: rgb(196,70,60); }

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

background-color css

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

 a { background-color: rgb(196,70,60); }

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

border-color css

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

 span { border-color: rgb(196,70,60); }

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