Html Css Color HEX #C2610D Tenne (Tawny)

📋 copy color: '#C2610D'

red 194 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #C2610D

Tints of Tenne (Tawny) #C2610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 63.82%
G = 31.91%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2610D (or 0xC2610D) is known color: Tenne (Tawny). HEX triplet: C2, 61 and 0D. RGB value is (194,97,13). Sum of RGB (Red+Green+Blue) = 194+97+13=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2610D is #3D9EF2. Grayscale: #747474. Windows color (decimal): -4038387 or 876994. OLE color: 876994.

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

Color convert

RGB 194 97 13 -
CMYK 0 0.50 0.93 0.24
HSL 27.85º 0.87% 0.41% -
HSV(B) 27.85º 0.93% 0.76% -
XYZ 26.6 20.05 2.85 -
YUV 116.43 69.64 183.33 -
System Red Green Blue C M Y K H S L
Decimal 194 97 13 0 0.50 0.93 0.24 27.85 0.87 0.41
Hex C2 61 D 0 32 5D 18 1C 57 29
Octal 302 141 15 0 62 135 30 34 127 51
Binary 11000010 1100001 1101 0 110010 1011101 11000 11100 1010111 101001

Color Harmonies of #C2610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2610D

Black with #C2610D

Text Example


Text Example

White with #C2610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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