Html Css Color HEX #C2483C Grenadier

📋 copy color: '#C2483C'

red 194 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #C2483C

Tints of Grenadier #C2483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 59.51%
G = 22.09%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2483C (or 0xC2483C) is known color: Grenadier. HEX triplet: C2, 48 and 3C. RGB value is (194,72,60). Sum of RGB (Red+Green+Blue) = 194+72+60=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2483C is #3DB7C3. Grayscale: #6B6B6B. Windows color (decimal): -4044740 or 3950786. OLE color: 3950786.

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

Color convert

RGB 194 72 60 -
CMYK 0 0.63 0.69 0.24
HSL 5.37º 0.53% 0.5% -
HSV(B) 5.37º 0.69% 0.76% -
XYZ 25.38 16.43 6.11 -
YUV 107.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 194 72 60 0 0.63 0.69 0.24 5.37 0.53 0.5
Hex C2 48 3C 0 3F 45 18 5 35 32
Octal 302 110 74 0 77 105 30 5 65 62
Binary 11000010 1001000 111100 0 111111 1000101 11000 101 110101 110010

Color Harmonies of #C2483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2483C

Black with #C2483C

Text Example


Text Example

White with #C2483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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