Html Css Color HEX #C2610A Tenne (Tawny)

📋 copy color: '#C2610A'

red 194 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #C2610A

Tints of Tenne (Tawny) #C2610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 64.45%
G = 32.23%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2610A (or 0xC2610A) is known color: Tenne (Tawny). HEX triplet: C2, 61 and 0A. RGB value is (194,97,10). Sum of RGB (Red+Green+Blue) = 194+97+10=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2610A is #3D9EF5. Grayscale: #747474. Windows color (decimal): -4038390 or 680386. OLE color: 680386.

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

Color convert

RGB 194 97 10 -
CMYK 0 0.50 0.95 0.24
HSL 28.37º 0.9% 0.4% -
HSV(B) 28.37º 0.95% 0.76% -
XYZ 26.58 20.04 2.75 -
YUV 116.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 194 97 10 0 0.50 0.95 0.24 28.37 0.9 0.4
Hex C2 61 A 0 32 5F 18 1C 5A 28
Octal 302 141 12 0 62 137 30 34 132 50
Binary 11000010 1100001 1010 0 110010 1011111 11000 11100 1011010 101000

Color Harmonies of #C2610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2610A

Black with #C2610A

Text Example


Text Example

White with #C2610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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