Html Css Color HEX #C3463E Grenadier

📋 copy color: '#C3463E'

red 195 ◦ green 70 ◦ blue 62

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

Shades of Grenadier #C3463E

Tints of Grenadier #C3463E

RGB

 RED value IS 195 (76.56% from 255) = 59.63%

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

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

R = 59.63%
G = 21.41%
B = 18.96%

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

#C3463E (or 0xC3463E) is known color: Grenadier. HEX triplet: C3, 46 and 3E. RGB value is (195,70,62). Sum of RGB (Red+Green+Blue) = 195+70+62=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C3463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3463E is #3CB9C1. Grayscale: #6A6A6A. Windows color (decimal): -3979714 or 4081347. OLE color: 4081347.

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

Color convert

RGB 195 70 62 -
CMYK 0 0.64 0.68 0.24
HSL 3.61º 0.53% 0.5% -
HSV(B) 3.61º 0.68% 0.76% -
XYZ 25.57 16.33 6.36 -
YUV 106.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 195 70 62 0 0.64 0.68 0.24 3.61 0.53 0.5
Hex C3 46 3E 0 40 44 18 4 35 32
Octal 303 106 76 0 100 104 30 4 65 62
Binary 11000011 1000110 111110 0 1000000 1000100 11000 100 110101 110010

Color Harmonies of #C3463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3463E

Black with #C3463E

Text Example


Text Example

White with #C3463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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