Html Css Color HEX #C2483E Grenadier

📋 copy color: '#C2483E'

red 194 ◦ green 72 ◦ blue 62

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

Shades of Grenadier #C2483E

Tints of Grenadier #C2483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 59.15%
G = 21.95%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2483E (or 0xC2483E) is known color: Grenadier. HEX triplet: C2, 48 and 3E. RGB value is (194,72,62). Sum of RGB (Red+Green+Blue) = 194+72+62=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C2483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2483E is #3DB7C1. Grayscale: #6B6B6B. Windows color (decimal): -4044738 or 4081858. OLE color: 4081858.

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

Color convert

RGB 194 72 62 -
CMYK 0 0.63 0.68 0.24
HSL 4.55º 0.52% 0.5% -
HSV(B) 4.55º 0.68% 0.76% -
XYZ 25.44 16.45 6.39 -
YUV 107.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 194 72 62 0 0.63 0.68 0.24 4.55 0.52 0.5
Hex C2 48 3E 0 3F 44 18 5 34 32
Octal 302 110 76 0 77 104 30 5 64 62
Binary 11000010 1001000 111110 0 111111 1000100 11000 101 110100 110010

Color Harmonies of #C2483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2483E

Black with #C2483E

Text Example


Text Example

White with #C2483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2483E; }

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

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

background-color css

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

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

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

border-color css

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

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

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