Html Css Color HEX #C16E2C Meteor

📋 copy color: '#C16E2C'

red 193 ◦ green 110 ◦ blue 44

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

Shades of Meteor #C16E2C

Tints of Meteor #C16E2C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

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

R = 55.62%
G = 31.7%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C16E2C (or 0xC16E2C) is known color: Meteor. HEX triplet: C1, 6E and 2C. RGB value is (193,110,44). Sum of RGB (Red+Green+Blue) = 193+110+44=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E2C is #3E91D3. Grayscale: #7F7F7F. Windows color (decimal): -4100564 or 2911937. OLE color: 2911937.

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

Color convert

RGB 193 110 44 -
CMYK 0 0.43 0.77 0.24
HSL 26.58º 0.63% 0.46% -
HSV(B) 26.58º 0.77% 0.76% -
XYZ 28.02 22.67 5.28 -
YUV 127.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 193 110 44 0 0.43 0.77 0.24 26.58 0.63 0.46
Hex C1 6E 2C 0 2B 4D 18 1B 3F 2E
Octal 301 156 54 0 53 115 30 33 77 56
Binary 11000001 1101110 101100 0 101011 1001101 11000 11011 111111 101110

Color Harmonies of #C16E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E2C

Black with #C16E2C

Text Example


Text Example

White with #C16E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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