Html Css Color HEX #C2543C Grenadier

📋 copy color: '#C2543C'

red 194 ◦ green 84 ◦ blue 60

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

Shades of Grenadier #C2543C

Tints of Grenadier #C2543C

RGB

 RED value IS 194 (76.17% from 255) = 57.4%

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 57.4%
G = 24.85%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2543C (or 0xC2543C) is known color: Grenadier. HEX triplet: C2, 54 and 3C. RGB value is (194,84,60). Sum of RGB (Red+Green+Blue) = 194+84+60=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C2543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2543C is #3DABC3. Grayscale: #727272. Windows color (decimal): -4041668 or 3953858. OLE color: 3953858.

HSL color Cylindrical-coordinate representation of color #C2543C: hue angle of 10.75º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2543C is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 60 -
CMYK 0 0.57 0.69 0.24
HSL 10.75º 0.53% 0.5% -
HSV(B) 10.75º 0.69% 0.76% -
XYZ 26.23 18.14 6.39 -
YUV 114.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 194 84 60 0 0.57 0.69 0.24 10.75 0.53 0.5
Hex C2 54 3C 0 39 45 18 B 35 32
Octal 302 124 74 0 71 105 30 13 65 62
Binary 11000010 1010100 111100 0 111001 1000101 11000 1011 110101 110010

Color Harmonies of #C2543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2543C

Black with #C2543C

Text Example


Text Example

White with #C2543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2543C; }

 p { color: rgb(194,84,60); }

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

background-color css

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

 a { background-color: rgb(194,84,60); }

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

border-color css

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

 span { border-color: rgb(194,84,60); }

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