Html Css Color HEX #C16F2C Meteor

📋 copy color: '#C16F2C'

red 193 ◦ green 111 ◦ blue 44

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

Shades of Meteor #C16F2C

Tints of Meteor #C16F2C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 55.46%
G = 31.9%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C16F2C (or 0xC16F2C) is known color: Meteor. HEX triplet: C1, 6F and 2C. RGB value is (193,111,44). Sum of RGB (Red+Green+Blue) = 193+111+44=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F2C is #3E90D3. Grayscale: #808080. Windows color (decimal): -4100308 or 2912193. OLE color: 2912193.

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

Color convert

RGB 193 111 44 -
CMYK 0 0.42 0.77 0.24
HSL 26.98º 0.63% 0.46% -
HSV(B) 26.98º 0.77% 0.76% -
XYZ 28.13 22.89 5.32 -
YUV 127.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 193 111 44 0 0.42 0.77 0.24 26.98 0.63 0.46
Hex C1 6F 2C 0 2A 4D 18 1B 3F 2E
Octal 301 157 54 0 52 115 30 33 77 56
Binary 11000001 1101111 101100 0 101010 1001101 11000 11011 111111 101110

Color Harmonies of #C16F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F2C

Black with #C16F2C

Text Example


Text Example

White with #C16F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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