Html Css Color HEX #C1742C Meteor

📋 copy color: '#C1742C'

red 193 ◦ green 116 ◦ blue 44

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

Shades of Meteor #C1742C

Tints of Meteor #C1742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 54.67%
G = 32.86%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1742C (or 0xC1742C) is known color: Meteor. HEX triplet: C1, 74 and 2C. RGB value is (193,116,44). Sum of RGB (Red+Green+Blue) = 193+116+44=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742C is #3E8BD3. Grayscale: #838383. Windows color (decimal): -4099028 or 2913473. OLE color: 2913473.

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

Color convert

RGB 193 116 44 -
CMYK 0 0.40 0.77 0.24
HSL 28.99º 0.63% 0.46% -
HSV(B) 28.99º 0.77% 0.76% -
XYZ 28.69 24.01 5.51 -
YUV 130.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 193 116 44 0 0.40 0.77 0.24 28.99 0.63 0.46
Hex C1 74 2C 0 28 4D 18 1D 3F 2E
Octal 301 164 54 0 50 115 30 35 77 56
Binary 11000001 1110100 101100 0 101000 1001101 11000 11101 111111 101110

Color Harmonies of #C1742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1742C

Black with #C1742C

Text Example


Text Example

White with #C1742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1742C; }

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

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

background-color css

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

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

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

border-color css

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

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

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