Html Css Color HEX #C84A3D Grenadier

📋 copy color: '#C84A3D'

red 200 ◦ green 74 ◦ blue 61

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

Shades of Grenadier #C84A3D

Tints of Grenadier #C84A3D

RGB

 RED value IS 200 (78.52% from 255) = 59.7%

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 59.7%
G = 22.09%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C84A3D (or 0xC84A3D) is known color: Grenadier. HEX triplet: C8, 4A and 3D. RGB value is (200,74,61). Sum of RGB (Red+Green+Blue) = 200+74+61=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A3D is #37B5C2. Grayscale: #6E6E6E. Windows color (decimal): -3651011 or 4016840. OLE color: 4016840.

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

Color convert

RGB 200 74 61 -
CMYK 0 0.63 0.69 0.22
HSL 5.61º 0.56% 0.51% -
HSV(B) 5.61º 0.7% 0.78% -
XYZ 27.11 17.51 6.37 -
YUV 110.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 200 74 61 0 0.63 0.69 0.22 5.61 0.56 0.51
Hex C8 4A 3D 0 3F 45 16 6 38 33
Octal 310 112 75 0 77 105 26 6 70 63
Binary 11001000 1001010 111101 0 111111 1000101 10110 110 111000 110011

Color Harmonies of #C84A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A3D

Black with #C84A3D

Text Example


Text Example

White with #C84A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A3D; }

 p { color: rgb(200,74,61); }

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

background-color css

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

 a { background-color: rgb(200,74,61); }

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

border-color css

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

 span { border-color: rgb(200,74,61); }

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