Html Css Color HEX #C2680A Tenne (Tawny)

📋 copy color: '#C2680A'

red 194 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #C2680A

Tints of Tenne (Tawny) #C2680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 62.99%
G = 33.77%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2680A (or 0xC2680A) is known color: Tenne (Tawny). HEX triplet: C2, 68 and 0A. RGB value is (194,104,10). Sum of RGB (Red+Green+Blue) = 194+104+10=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2680A is #3D97F5. Grayscale: #787878. Windows color (decimal): -4036598 or 682178. OLE color: 682178.

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

Color convert

RGB 194 104 10 -
CMYK 0 0.46 0.95 0.24
HSL 30.65º 0.9% 0.4% -
HSV(B) 30.65º 0.95% 0.76% -
XYZ 27.25 21.39 2.98 -
YUV 120.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 194 104 10 0 0.46 0.95 0.24 30.65 0.9 0.4
Hex C2 68 A 0 2E 5F 18 1F 5A 28
Octal 302 150 12 0 56 137 30 37 132 50
Binary 11000010 1101000 1010 0 101110 1011111 11000 11111 1011010 101000

Color Harmonies of #C2680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2680A

Black with #C2680A

Text Example


Text Example

White with #C2680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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