Html Css Color HEX #C7610C Tenne (Tawny)

📋 copy color: '#C7610C'

red 199 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #C7610C

Tints of Tenne (Tawny) #C7610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 64.61%
G = 31.49%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7610C (or 0xC7610C) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 0C. RGB value is (199,97,12). Sum of RGB (Red+Green+Blue) = 199+97+12=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7610C is #389EF3. Grayscale: #767676. Windows color (decimal): -3710708 or 811463. OLE color: 811463.

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

Color convert

RGB 199 97 12 -
CMYK 0 0.51 0.94 0.22
HSL 27.27º 0.89% 0.41% -
HSV(B) 27.27º 0.94% 0.78% -
XYZ 27.89 20.72 2.88 -
YUV 117.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 199 97 12 0 0.51 0.94 0.22 27.27 0.89 0.41
Hex C7 61 C 0 33 5E 16 1B 59 29
Octal 307 141 14 0 63 136 26 33 131 51
Binary 11000111 1100001 1100 0 110011 1011110 10110 11011 1011001 101001

Color Harmonies of #C7610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7610C

Black with #C7610C

Text Example


Text Example

White with #C7610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7610C; }

 p { color: rgb(199,97,12); }

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

background-color css

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

 a { background-color: rgb(199,97,12); }

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

border-color css

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

 span { border-color: rgb(199,97,12); }

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