Html Css Color HEX #C7620A Tenne (Tawny)

📋 copy color: '#C7620A'

red 199 ◦ green 98 ◦ blue 10

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

Shades of Tenne (Tawny) #C7620A

Tints of Tenne (Tawny) #C7620A

RGB

 RED value IS 199 (78.13% from 255) = 64.82%

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 64.82%
G = 31.92%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7620A (or 0xC7620A) is known color: Tenne (Tawny). HEX triplet: C7, 62 and 0A. RGB value is (199,98,10). Sum of RGB (Red+Green+Blue) = 199+98+10=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7620A is #389DF5. Grayscale: #767676. Windows color (decimal): -3710454 or 680647. OLE color: 680647.

HSL color Cylindrical-coordinate representation of color #C7620A: hue angle of 27.94º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7620A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 98 10 -
CMYK 0 0.51 0.95 0.22
HSL 27.94º 0.9% 0.41% -
HSV(B) 27.94º 0.95% 0.78% -
XYZ 27.98 20.9 2.85 -
YUV 118.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 199 98 10 0 0.51 0.95 0.22 27.94 0.9 0.41
Hex C7 62 A 0 33 5F 16 1C 5A 29
Octal 307 142 12 0 63 137 26 34 132 51
Binary 11000111 1100010 1010 0 110011 1011111 10110 11100 1011010 101001

Color Harmonies of #C7620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7620A

Black with #C7620A

Text Example


Text Example

White with #C7620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7620A; }

 p { color: rgb(199,98,10); }

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

background-color css

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

 a { background-color: rgb(199,98,10); }

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

border-color css

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

 span { border-color: rgb(199,98,10); }

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