Html Css Color HEX #C7630E Tenne (Tawny)

📋 copy color: '#C7630E'

red 199 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #C7630E

Tints of Tenne (Tawny) #C7630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 63.78%
G = 31.73%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7630E (or 0xC7630E) is known color: Tenne (Tawny). HEX triplet: C7, 63 and 0E. RGB value is (199,99,14). Sum of RGB (Red+Green+Blue) = 199+99+14=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7630E is #389CF1. Grayscale: #777777. Windows color (decimal): -3710194 or 943047. OLE color: 943047.

HSL color Cylindrical-coordinate representation of color #C7630E: hue angle of 27.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7630E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 99 14 -
CMYK 0 0.50 0.93 0.22
HSL 27.57º 0.87% 0.42% -
HSV(B) 27.57º 0.93% 0.78% -
XYZ 28.09 21.1 3.01 -
YUV 119.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 199 99 14 0 0.50 0.93 0.22 27.57 0.87 0.42
Hex C7 63 E 0 32 5D 16 1C 57 2A
Octal 307 143 16 0 62 135 26 34 127 52
Binary 11000111 1100011 1110 0 110010 1011101 10110 11100 1010111 101010

Color Harmonies of #C7630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7630E

Black with #C7630E

Text Example


Text Example

White with #C7630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7630E; }

 p { color: rgb(199,99,14); }

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

background-color css

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

 a { background-color: rgb(199,99,14); }

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

border-color css

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

 span { border-color: rgb(199,99,14); }

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