Html Css Color HEX #C1732C Meteor

📋 copy color: '#C1732C'

red 193 ◦ green 115 ◦ blue 44

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

Shades of Meteor #C1732C

Tints of Meteor #C1732C

RGB

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

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

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

R = 54.83%
G = 32.67%
B = 12.5%

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

#C1732C (or 0xC1732C) is known color: Meteor. HEX triplet: C1, 73 and 2C. RGB value is (193,115,44). Sum of RGB (Red+Green+Blue) = 193+115+44=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1732C is #3E8CD3. Grayscale: #828282. Windows color (decimal): -4099284 or 2913217. OLE color: 2913217.

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

Color convert

RGB 193 115 44 -
CMYK 0 0.40 0.77 0.24
HSL 28.59º 0.63% 0.46% -
HSV(B) 28.59º 0.77% 0.76% -
XYZ 28.58 23.78 5.47 -
YUV 130.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 193 115 44 0 0.40 0.77 0.24 28.59 0.63 0.46
Hex C1 73 2C 0 28 4D 18 1D 3F 2E
Octal 301 163 54 0 50 115 30 35 77 56
Binary 11000001 1110011 101100 0 101000 1001101 11000 11101 111111 101110

Color Harmonies of #C1732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1732C

Black with #C1732C

Text Example


Text Example

White with #C1732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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