#C17232

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

Shades of Meteor #C17232

Tints of Meteor #C17232

Color information

#C17232 (or 0xC17232) is unknown color: approx Meteor. HEX triplet: C1, 72 and 32. RGB value is (193,114,50). Sum of RGB (Red+Green+Blue) = 193+114+50=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17232 is #3E8DCD. Grayscale: #828282. Windows color (decimal): -4099534 or 3306177. OLE color: 3306177.

HSL color Cylindrical-coordinate representation of color #C17232: hue angle of 26.85º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C17232 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19311450-
CMYK00.410.740.24
HSL26.85º58.85%47.65%-
HSV(B)26.85º74.09%75.69%-
XYZ28.5923.66.07-
YUV130.3282.67172.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=54.06%
G=31.93%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931145000.410.740.2426.8558.8547.65
HexC172320294A181b3b30
Octal3011626205111230337360
Binary110000011110010110010010100110010101100011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17232; }

 p { color: rgb(193,114,50); }

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

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

 a { background-color: rgb(193,114,50); }

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

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

 span { border-color: rgb(193,114,50); }

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