Html Css Color HEX #C35240 Grenadier

📋 copy color: '#C35240'

red 195 ◦ green 82 ◦ blue 64

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

Shades of Grenadier #C35240

Tints of Grenadier #C35240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.05%

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

R = 57.18%
G = 24.05%
B = 18.77%

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

#C35240 (or 0xC35240) is known color: Grenadier. HEX triplet: C3, 52 and 40. RGB value is (195,82,64). Sum of RGB (Red+Green+Blue) = 195+82+64=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C35240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35240 is #3CADBF. Grayscale: #717171. Windows color (decimal): -3976640 or 4215491. OLE color: 4215491.

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

Color convert

RGB 195 82 64 -
CMYK 0 0.58 0.67 0.24
HSL 8.24º 0.52% 0.51% -
HSV(B) 8.24º 0.67% 0.76% -
XYZ 26.45 18.01 6.93 -
YUV 113.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 195 82 64 0 0.58 0.67 0.24 8.24 0.52 0.51
Hex C3 52 40 0 3A 43 18 8 34 33
Octal 303 122 100 0 72 103 30 10 64 63
Binary 11000011 1010010 1000000 0 111010 1000011 11000 1000 110100 110011

Color Harmonies of #C35240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35240

Black with #C35240

Text Example


Text Example

White with #C35240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35240; }

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

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

background-color css

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

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

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

border-color css

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

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

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