Html Css Color HEX #C16F2B Meteor

📋 copy color: '#C16F2B'

red 193 ◦ green 111 ◦ blue 43

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

Shades of Meteor #C16F2B

Tints of Meteor #C16F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 55.62%
G = 31.99%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C16F2B (or 0xC16F2B) is known color: Meteor. HEX triplet: C1, 6F and 2B. RGB value is (193,111,43). Sum of RGB (Red+Green+Blue) = 193+111+43=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F2B is #3E90D4. Grayscale: #808080. Windows color (decimal): -4100309 or 2846657. OLE color: 2846657.

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

Color convert

RGB 193 111 43 -
CMYK 0 0.42 0.78 0.24
HSL 27.2º 0.64% 0.46% -
HSV(B) 27.2º 0.78% 0.76% -
XYZ 28.11 22.88 5.22 -
YUV 127.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 193 111 43 0 0.42 0.78 0.24 27.2 0.64 0.46
Hex C1 6F 2B 0 2A 4E 18 1B 40 2E
Octal 301 157 53 0 52 116 30 33 100 56
Binary 11000001 1101111 101011 0 101010 1001110 11000 11011 1000000 101110

Color Harmonies of #C16F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F2B

Black with #C16F2B

Text Example


Text Example

White with #C16F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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