#C2630B

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

Shades of Tenne (Tawny) #C2630B

Tints of Tenne (Tawny) #C2630B

Color information

#C2630B (or 0xC2630B) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 63 and 0B. RGB value is (194,99,11). Sum of RGB (Red+Green+Blue) = 194+99+11=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2630B is #3D9CF4. Grayscale: #757575. Windows color (decimal): -4037877 or 746434. OLE color: 746434.

HSL color Cylindrical-coordinate representation of color #C2630B: hue angle of 28.85º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2630B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1949911-
CMYK00.490.940.24
HSL28.85º89.27%40.2%-
HSV(B)28.85º94.33%76.08%-
XYZ26.7720.422.85-
YUV117.3767.97182.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.82%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=63.82%
G=32.57%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194991100.490.940.2428.8589.2740.2
HexC263B0315E181d5928
Octal30214313061136303513150
Binary11000010110001110110110001101111011000111011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2630B; }

 p { color: rgb(194,99,11); }

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

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

 a { background-color: rgb(194,99,11); }

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

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

 span { border-color: rgb(194,99,11); }

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