#C17128

Color #C17128 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #C17128

Tints of Meteor #C17128

Color information

#C17128 (or 0xC17128) is unknown color: approx Meteor. HEX triplet: C1, 71 and 28. RGB value is (193,113,40). Sum of RGB (Red+Green+Blue) = 193+113+40=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C17128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17128 is #3E8ED7. Grayscale: #808080. Windows color (decimal): -4099800 or 2650561. OLE color: 2650561.

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

Color convert

RGB19311340-
CMYK00.410.790.24
HSL28.63º65.67%45.69%-
HSV(B)28.63º79.27%75.69%-
XYZ28.2823.35.01-
YUV128.678173.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 40 (16.02% from 255) = 11.56%
R=55.78%
G=32.66%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931134000.410.790.2428.6365.6745.69
HexC171280294F181d422e
Octal30116150051117303510256
Binary1100000111100011010000101001100111111000111011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17128; }

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

 H1.HeaderClassName
 {
   color: #C17128;
 }
 .AnyTagClassName
 {
   color: #C17128;
 }
</style>
background-color css

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

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

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

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

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

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