Html Css Color HEX #C1742E Meteor

📋 copy color: '#C1742E'

red 193 ◦ green 116 ◦ blue 46

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

Shades of Meteor #C1742E

Tints of Meteor #C1742E

RGB

 RED value IS 193 (75.78% from 255) = 54.37%

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 54.37%
G = 32.68%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1742E (or 0xC1742E) is known color: Meteor. HEX triplet: C1, 74 and 2E. RGB value is (193,116,46). Sum of RGB (Red+Green+Blue) = 193+116+46=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742E is #3E8BD1. Grayscale: #838383. Windows color (decimal): -4099026 or 3044545. OLE color: 3044545.

HSL color Cylindrical-coordinate representation of color #C1742E: hue angle of 28.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1742E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 46 -
CMYK 0 0.40 0.76 0.24
HSL 28.57º 0.62% 0.47% -
HSV(B) 28.57º 0.76% 0.76% -
XYZ 28.73 24.03 5.71 -
YUV 131.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 193 116 46 0 0.40 0.76 0.24 28.57 0.62 0.47
Hex C1 74 2E 0 28 4C 18 1D 3E 2F
Octal 301 164 56 0 50 114 30 35 76 57
Binary 11000001 1110100 101110 0 101000 1001100 11000 11101 111110 101111

Color Harmonies of #C1742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1742E

Black with #C1742E

Text Example


Text Example

White with #C1742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1742E; }

 p { color: rgb(193,116,46); }

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

background-color css

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

 a { background-color: rgb(193,116,46); }

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

border-color css

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

 span { border-color: rgb(193,116,46); }

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