Html Css Color HEX #C64C3D Grenadier

📋 copy color: '#C64C3D'

red 198 ◦ green 76 ◦ blue 61

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

Shades of Grenadier #C64C3D

Tints of Grenadier #C64C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 59.1%
G = 22.69%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C64C3D (or 0xC64C3D) is known color: Grenadier. HEX triplet: C6, 4C and 3D. RGB value is (198,76,61). Sum of RGB (Red+Green+Blue) = 198+76+61=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64C3D is #39B3C2. Grayscale: #6E6E6E. Windows color (decimal): -3781571 or 4017350. OLE color: 4017350.

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

Color convert

RGB 198 76 61 -
CMYK 0 0.62 0.69 0.22
HSL 6.57º 0.55% 0.51% -
HSV(B) 6.57º 0.69% 0.78% -
XYZ 26.72 17.51 6.39 -
YUV 110.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 198 76 61 0 0.62 0.69 0.22 6.57 0.55 0.51
Hex C6 4C 3D 0 3E 45 16 7 37 33
Octal 306 114 75 0 76 105 26 7 67 63
Binary 11000110 1001100 111101 0 111110 1000101 10110 111 110111 110011

Color Harmonies of #C64C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C3D

Black with #C64C3D

Text Example


Text Example

White with #C64C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C3D; }

 p { color: rgb(198,76,61); }

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

background-color css

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

 a { background-color: rgb(198,76,61); }

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

border-color css

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

 span { border-color: rgb(198,76,61); }

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