Html Css Color HEX #C2600A Tenne (Tawny)

📋 copy color: '#C2600A'

red 194 ◦ green 96 ◦ blue 10

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

Shades of Tenne (Tawny) #C2600A

Tints of Tenne (Tawny) #C2600A

RGB

 RED value IS 194 (76.17% from 255) = 64.67%

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 64.67%
G = 32%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2600A (or 0xC2600A) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 0A. RGB value is (194,96,10). Sum of RGB (Red+Green+Blue) = 194+96+10=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2600A is #3D9FF5. Grayscale: #737373. Windows color (decimal): -4038646 or 680130. OLE color: 680130.

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

Color convert

RGB 194 96 10 -
CMYK 0 0.51 0.95 0.24
HSL 28.04º 0.9% 0.4% -
HSV(B) 28.04º 0.95% 0.76% -
XYZ 26.49 19.86 2.72 -
YUV 115.5 68.47 183.99 -
System Red Green Blue C M Y K H S L
Decimal 194 96 10 0 0.51 0.95 0.24 28.04 0.9 0.4
Hex C2 60 A 0 33 5F 18 1C 5A 28
Octal 302 140 12 0 63 137 30 34 132 50
Binary 11000010 1100000 1010 0 110011 1011111 11000 11100 1011010 101000

Color Harmonies of #C2600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2600A

Black with #C2600A

Text Example


Text Example

White with #C2600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2600A; }

 p { color: rgb(194,96,10); }

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

background-color css

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

 a { background-color: rgb(194,96,10); }

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

border-color css

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

 span { border-color: rgb(194,96,10); }

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