Html Css Color HEX #C1732E Meteor

📋 copy color: '#C1732E'

red 193 ◦ green 115 ◦ blue 46

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

Shades of Meteor #C1732E

Tints of Meteor #C1732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 54.52%
G = 32.49%
B = 12.99%

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

#C1732E (or 0xC1732E) is known color: Meteor. HEX triplet: C1, 73 and 2E. RGB value is (193,115,46). Sum of RGB (Red+Green+Blue) = 193+115+46=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1732E is #3E8CD1. Grayscale: #828282. Windows color (decimal): -4099282 or 3044289. OLE color: 3044289.

HSL color Cylindrical-coordinate representation of color #C1732E: hue angle of 28.16º 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 #C1732E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 46 -
CMYK 0 0.40 0.76 0.24
HSL 28.16º 0.62% 0.47% -
HSV(B) 28.16º 0.76% 0.76% -
XYZ 28.62 23.8 5.67 -
YUV 130.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 193 115 46 0 0.40 0.76 0.24 28.16 0.62 0.47
Hex C1 73 2E 0 28 4C 18 1C 3E 2F
Octal 301 163 56 0 50 114 30 34 76 57
Binary 11000001 1110011 101110 0 101000 1001100 11000 11100 111110 101111

Color Harmonies of #C1732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1732E

Black with #C1732E

Text Example


Text Example

White with #C1732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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