Html Css Color HEX #C6453D Grenadier

📋 copy color: '#C6453D'

red 198 ◦ green 69 ◦ blue 61

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

Shades of Grenadier #C6453D

Tints of Grenadier #C6453D

RGB

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

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

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

R = 60.37%
G = 21.04%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6453D (or 0xC6453D) is known color: Grenadier. HEX triplet: C6, 45 and 3D. RGB value is (198,69,61). Sum of RGB (Red+Green+Blue) = 198+69+61=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6453D is #39BAC2. Grayscale: #6A6A6A. Windows color (decimal): -3783363 or 4015558. OLE color: 4015558.

HSL color Cylindrical-coordinate representation of color #C6453D: hue angle of 3.5º 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 #C6453D is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 69 61 -
CMYK 0 0.65 0.69 0.22
HSL 3.5º 0.55% 0.51% -
HSV(B) 3.5º 0.69% 0.78% -
XYZ 26.26 16.6 6.23 -
YUV 106.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 198 69 61 0 0.65 0.69 0.22 3.5 0.55 0.51
Hex C6 45 3D 0 41 45 16 4 37 33
Octal 306 105 75 0 101 105 26 4 67 63
Binary 11000110 1000101 111101 0 1000001 1000101 10110 100 110111 110011

Color Harmonies of #C6453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6453D

Black with #C6453D

Text Example


Text Example

White with #C6453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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