Html Css Color HEX #C2533A Grenadier

📋 copy color: '#C2533A'

red 194 ◦ green 83 ◦ blue 58

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

Shades of Grenadier #C2533A

Tints of Grenadier #C2533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 57.91%
G = 24.78%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2533A (or 0xC2533A) is known color: Grenadier. HEX triplet: C2, 53 and 3A. RGB value is (194,83,58). Sum of RGB (Red+Green+Blue) = 194+83+58=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2533A is #3DACC5. Grayscale: #717171. Windows color (decimal): -4041926 or 3822530. OLE color: 3822530.

HSL color Cylindrical-coordinate representation of color #C2533A: hue angle of 11.03º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2533A is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 58 -
CMYK 0 0.57 0.70 0.24
HSL 11.03º 0.54% 0.49% -
HSV(B) 11.03º 0.7% 0.76% -
XYZ 26.11 17.96 6.09 -
YUV 113.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 194 83 58 0 0.57 0.70 0.24 11.03 0.54 0.49
Hex C2 53 3A 0 39 46 18 B 36 31
Octal 302 123 72 0 71 106 30 13 66 61
Binary 11000010 1010011 111010 0 111001 1000110 11000 1011 110110 110001

Color Harmonies of #C2533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2533A

Black with #C2533A

Text Example


Text Example

White with #C2533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2533A; }

 p { color: rgb(194,83,58); }

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

background-color css

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

 a { background-color: rgb(194,83,58); }

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

border-color css

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

 span { border-color: rgb(194,83,58); }

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