Html Css Color HEX #C16F28 Meteor

📋 copy color: '#C16F28'

red 193 ◦ green 111 ◦ blue 40

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

Shades of Meteor #C16F28

Tints of Meteor #C16F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 56.1%
G = 32.27%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C16F28 (or 0xC16F28) is known color: Meteor. HEX triplet: C1, 6F and 28. RGB value is (193,111,40). Sum of RGB (Red+Green+Blue) = 193+111+40=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F28 is #3E90D7. Grayscale: #7F7F7F. Windows color (decimal): -4100312 or 2650049. OLE color: 2650049.

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

Color convert

RGB 193 111 40 -
CMYK 0 0.42 0.79 0.24
HSL 27.84º 0.66% 0.46% -
HSV(B) 27.84º 0.79% 0.76% -
XYZ 28.06 22.86 4.94 -
YUV 127.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 193 111 40 0 0.42 0.79 0.24 27.84 0.66 0.46
Hex C1 6F 28 0 2A 4F 18 1C 42 2E
Octal 301 157 50 0 52 117 30 34 102 56
Binary 11000001 1101111 101000 0 101010 1001111 11000 11100 1000010 101110

Color Harmonies of #C16F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F28

Black with #C16F28

Text Example


Text Example

White with #C16F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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