Html Css Color HEX #C2600B Tenne (Tawny)

📋 copy color: '#C2600B'

red 194 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #C2600B

Tints of Tenne (Tawny) #C2600B

RGB

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

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

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

R = 64.45%
G = 31.89%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2600B (or 0xC2600B) is known color: Tenne (Tawny). HEX triplet: C2, 60 and 0B. RGB value is (194,96,11). Sum of RGB (Red+Green+Blue) = 194+96+11=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2600B is #3D9FF4. Grayscale: #747474. Windows color (decimal): -4038645 or 745666. OLE color: 745666.

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

Color convert

RGB 194 96 11 -
CMYK 0 0.51 0.94 0.24
HSL 27.87º 0.89% 0.4% -
HSV(B) 27.87º 0.94% 0.76% -
XYZ 26.49 19.86 2.75 -
YUV 115.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 194 96 11 0 0.51 0.94 0.24 27.87 0.89 0.4
Hex C2 60 B 0 33 5E 18 1C 59 28
Octal 302 140 13 0 63 136 30 34 131 50
Binary 11000010 1100000 1011 0 110011 1011110 11000 11100 1011001 101000

Color Harmonies of #C2600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2600B

Black with #C2600B

Text Example


Text Example

White with #C2600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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