Html Css Color HEX #C7500C Tenne (Tawny)

📋 copy color: '#C7500C'

red 199 ◦ green 80 ◦ blue 12

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

Shades of Tenne (Tawny) #C7500C

Tints of Tenne (Tawny) #C7500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 68.38%
G = 27.49%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7500C (or 0xC7500C) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 0C. RGB value is (199,80,12). Sum of RGB (Red+Green+Blue) = 199+80+12=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7500C is #38AFF3. Grayscale: #6C6C6C. Windows color (decimal): -3715060 or 807111. OLE color: 807111.

HSL color Cylindrical-coordinate representation of color #C7500C: hue angle of 21.82º 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 #C7500C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 12 -
CMYK 0 0.60 0.94 0.22
HSL 21.82º 0.89% 0.41% -
HSV(B) 21.82º 0.94% 0.78% -
XYZ 26.49 17.91 2.41 -
YUV 107.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 199 80 12 0 0.60 0.94 0.22 21.82 0.89 0.41
Hex C7 50 C 0 3C 5E 16 16 59 29
Octal 307 120 14 0 74 136 26 26 131 51
Binary 11000111 1010000 1100 0 111100 1011110 10110 10110 1011001 101001

Color Harmonies of #C7500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7500C

Black with #C7500C

Text Example


Text Example

White with #C7500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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