Html Css Color HEX #C04635 Grenadier

📋 copy color: '#C04635'

red 192 ◦ green 70 ◦ blue 53

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

Shades of Grenadier #C04635

Tints of Grenadier #C04635

RGB

 RED value IS 192 (75.39% from 255) = 60.95%

 GREEN value IS 70 (27.73% from 255) = 22.22%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 60.95%
G = 22.22%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04635 (or 0xC04635) is known color: Grenadier. HEX triplet: C0, 46 and 35. RGB value is (192,70,53). Sum of RGB (Red+Green+Blue) = 192+70+53=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C04635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04635 is #3FB9CA. Grayscale: #686868. Windows color (decimal): -4176331 or 3491520. OLE color: 3491520.

HSL color Cylindrical-coordinate representation of color #C04635: hue angle of 7.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04635 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 53 -
CMYK 0 0.64 0.72 0.25
HSL 7.34º 0.57% 0.48% -
HSV(B) 7.34º 0.72% 0.75% -
XYZ 24.57 15.84 5.13 -
YUV 104.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 192 70 53 0 0.64 0.72 0.25 7.34 0.57 0.48
Hex C0 46 35 0 40 48 19 7 39 30
Octal 300 106 65 0 100 110 31 7 71 60
Binary 11000000 1000110 110101 0 1000000 1001000 11001 111 111001 110000

Color Harmonies of #C04635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04635

Black with #C04635

Text Example


Text Example

White with #C04635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04635; }

 p { color: rgb(192,70,53); }

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

background-color css

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

 a { background-color: rgb(192,70,53); }

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

border-color css

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

 span { border-color: rgb(192,70,53); }

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