#C26F2A

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

Shades of Meteor #C26F2A

Tints of Meteor #C26F2A

Color information

#C26F2A (or 0xC26F2A) is unknown color: approx Meteor. HEX triplet: C2, 6F and 2A. RGB value is (194,111,42). Sum of RGB (Red+Green+Blue) = 194+111+42=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F2A is #3D90D5. Grayscale: #808080. Windows color (decimal): -4034774 or 2781122. OLE color: 2781122.

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

Color convert

RGB19411142-
CMYK00.430.780.24
HSL27.24º64.41%46.27%-
HSV(B)27.24º78.35%76.08%-
XYZ28.3523.015.14-
YUV127.9579.5175.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=55.91%
G=31.99%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941114200.430.780.2427.2464.4146.27
HexC26F2A02B4E181b402e
Octal30215752053116303310056
Binary1100001011011111010100101011100111011000110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F2A; }

 p { color: rgb(194,111,42); }

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

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

 a { background-color: rgb(194,111,42); }

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

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

 span { border-color: rgb(194,111,42); }

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