Html Css Color HEX #C35140 Grenadier

📋 copy color: '#C35140'

red 195 ◦ green 81 ◦ blue 64

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

Shades of Grenadier #C35140

Tints of Grenadier #C35140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 57.35%
G = 23.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C35140 (or 0xC35140) is known color: Grenadier. HEX triplet: C3, 51 and 40. RGB value is (195,81,64). Sum of RGB (Red+Green+Blue) = 195+81+64=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C35140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35140 is #3CAEBF. Grayscale: #717171. Windows color (decimal): -3976896 or 4215235. OLE color: 4215235.

HSL color Cylindrical-coordinate representation of color #C35140: hue angle of 7.79º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35140 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 64 -
CMYK 0 0.58 0.67 0.24
HSL 7.79º 0.52% 0.51% -
HSV(B) 7.79º 0.67% 0.76% -
XYZ 26.37 17.86 6.91 -
YUV 113.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 195 81 64 0 0.58 0.67 0.24 7.79 0.52 0.51
Hex C3 51 40 0 3A 43 18 8 34 33
Octal 303 121 100 0 72 103 30 10 64 63
Binary 11000011 1010001 1000000 0 111010 1000011 11000 1000 110100 110011

Color Harmonies of #C35140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35140

Black with #C35140

Text Example


Text Example

White with #C35140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35140; }

 p { color: rgb(195,81,64); }

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

background-color css

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

 a { background-color: rgb(195,81,64); }

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

border-color css

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

 span { border-color: rgb(195,81,64); }

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