Html Css Color HEX #C65240 Grenadier

📋 copy color: '#C65240'

red 198 ◦ green 82 ◦ blue 64

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

Shades of Grenadier #C65240

Tints of Grenadier #C65240

RGB

 RED value IS 198 (77.73% from 255) = 57.56%

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

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

R = 57.56%
G = 23.84%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C65240 (or 0xC65240) is known color: Grenadier. HEX triplet: C6, 52 and 40. RGB value is (198,82,64). Sum of RGB (Red+Green+Blue) = 198+82+64=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C65240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65240 is #39ADBF. Grayscale: #727272. Windows color (decimal): -3780032 or 4215494. OLE color: 4215494.

HSL color Cylindrical-coordinate representation of color #C65240: hue angle of 8.06º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C65240 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 82 64 -
CMYK 0 0.59 0.68 0.22
HSL 8.06º 0.54% 0.51% -
HSV(B) 8.06º 0.68% 0.78% -
XYZ 27.23 18.41 6.97 -
YUV 114.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 198 82 64 0 0.59 0.68 0.22 8.06 0.54 0.51
Hex C6 52 40 0 3B 44 16 8 36 33
Octal 306 122 100 0 73 104 26 10 66 63
Binary 11000110 1010010 1000000 0 111011 1000100 10110 1000 110110 110011

Color Harmonies of #C65240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65240

Black with #C65240

Text Example


Text Example

White with #C65240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65240; }

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

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

background-color css

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

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

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

border-color css

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

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

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