Html Css Color HEX #C2650A Tenne (Tawny)

📋 copy color: '#C2650A'

red 194 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #C2650A

Tints of Tenne (Tawny) #C2650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 63.61%
G = 33.11%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2650A (or 0xC2650A) is known color: Tenne (Tawny). HEX triplet: C2, 65 and 0A. RGB value is (194,101,10). Sum of RGB (Red+Green+Blue) = 194+101+10=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2650A is #3D9AF5. Grayscale: #767676. Windows color (decimal): -4037366 or 681410. OLE color: 681410.

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

Color convert

RGB 194 101 10 -
CMYK 0 0.48 0.95 0.24
HSL 29.67º 0.9% 0.4% -
HSV(B) 29.67º 0.95% 0.76% -
XYZ 26.96 20.8 2.88 -
YUV 118.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 194 101 10 0 0.48 0.95 0.24 29.67 0.9 0.4
Hex C2 65 A 0 30 5F 18 1E 5A 28
Octal 302 145 12 0 60 137 30 36 132 50
Binary 11000010 1100101 1010 0 110000 1011111 11000 11110 1011010 101000

Color Harmonies of #C2650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2650A

Black with #C2650A

Text Example


Text Example

White with #C2650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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