Html Css Color HEX #C64534 Grenadier

📋 copy color: '#C64534'

red 198 ◦ green 69 ◦ blue 52

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

Shades of Grenadier #C64534

Tints of Grenadier #C64534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 62.07%
G = 21.63%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C64534 (or 0xC64534) is known color: Grenadier. HEX triplet: C6, 45 and 34. RGB value is (198,69,52). Sum of RGB (Red+Green+Blue) = 198+69+52=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C64534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64534 is #39BACB. Grayscale: #696969. Windows color (decimal): -3783372 or 3425734. OLE color: 3425734.

HSL color Cylindrical-coordinate representation of color #C64534: hue angle of 6.99º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64534 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 69 52 -
CMYK 0 0.65 0.74 0.22
HSL 6.99º 0.58% 0.49% -
HSV(B) 6.99º 0.74% 0.78% -
XYZ 26.04 16.51 5.06 -
YUV 105.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 198 69 52 0 0.65 0.74 0.22 6.99 0.58 0.49
Hex C6 45 34 0 41 4A 16 7 3A 31
Octal 306 105 64 0 101 112 26 7 72 61
Binary 11000110 1000101 110100 0 1000001 1001010 10110 111 111010 110001

Color Harmonies of #C64534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64534

Black with #C64534

Text Example


Text Example

White with #C64534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64534; }

 p { color: rgb(198,69,52); }

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

background-color css

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

 a { background-color: rgb(198,69,52); }

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

border-color css

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

 span { border-color: rgb(198,69,52); }

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