Html Css Color HEX #C2640B Tenne (Tawny)

📋 copy color: '#C2640B'

red 194 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #C2640B

Tints of Tenne (Tawny) #C2640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 11 (4.69% from 255) = 3.61%

R = 63.61%
G = 32.79%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2640B (or 0xC2640B) is known color: Tenne (Tawny). HEX triplet: C2, 64 and 0B. RGB value is (194,100,11). Sum of RGB (Red+Green+Blue) = 194+100+11=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2640B is #3D9BF4. Grayscale: #767676. Windows color (decimal): -4037621 or 746690. OLE color: 746690.

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

Color convert

RGB 194 100 11 -
CMYK 0 0.48 0.94 0.24
HSL 29.18º 0.89% 0.4% -
HSV(B) 29.18º 0.94% 0.76% -
XYZ 26.87 20.61 2.88 -
YUV 117.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 194 100 11 0 0.48 0.94 0.24 29.18 0.89 0.4
Hex C2 64 B 0 30 5E 18 1D 59 28
Octal 302 144 13 0 60 136 30 35 131 50
Binary 11000010 1100100 1011 0 110000 1011110 11000 11101 1011001 101000

Color Harmonies of #C2640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2640B

Black with #C2640B

Text Example


Text Example

White with #C2640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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