Html Css Color HEX #C3493C Grenadier

📋 copy color: '#C3493C'

red 195 ◦ green 73 ◦ blue 60

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

Shades of Grenadier #C3493C

Tints of Grenadier #C3493C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 59.45%
G = 22.26%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3493C (or 0xC3493C) is known color: Grenadier. HEX triplet: C3, 49 and 3C. RGB value is (195,73,60). Sum of RGB (Red+Green+Blue) = 195+73+60=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3493C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3493C is #3CB6C3. Grayscale: #6C6C6C. Windows color (decimal): -3978948 or 3951043. OLE color: 3951043.

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

Color convert

RGB 195 73 60 -
CMYK 0 0.63 0.69 0.24
HSL 5.78º 0.53% 0.5% -
HSV(B) 5.78º 0.69% 0.76% -
XYZ 25.7 16.69 6.14 -
YUV 108 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 195 73 60 0 0.63 0.69 0.24 5.78 0.53 0.5
Hex C3 49 3C 0 3F 45 18 6 35 32
Octal 303 111 74 0 77 105 30 6 65 62
Binary 11000011 1001001 111100 0 111111 1000101 11000 110 110101 110010

Color Harmonies of #C3493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3493C

Black with #C3493C

Text Example


Text Example

White with #C3493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3493C; }

 p { color: rgb(195,73,60); }

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

background-color css

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

 a { background-color: rgb(195,73,60); }

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

border-color css

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

 span { border-color: rgb(195,73,60); }

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