Html Css Color HEX #C7560F Tenne (Tawny)

📋 copy color: '#C7560F'

red 199 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #C7560F

Tints of Tenne (Tawny) #C7560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 15 (6.25% from 255) = 5%

R = 66.33%
G = 28.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7560F (or 0xC7560F) is known color: Tenne (Tawny). HEX triplet: C7, 56 and 0F. RGB value is (199,86,15). Sum of RGB (Red+Green+Blue) = 199+86+15=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C7560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7560F is #38A9F0. Grayscale: #707070. Windows color (decimal): -3713521 or 1005255. OLE color: 1005255.

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

Color convert

RGB 199 86 15 -
CMYK 0 0.57 0.92 0.22
HSL 23.15º 0.86% 0.42% -
HSV(B) 23.15º 0.92% 0.78% -
XYZ 26.97 18.83 2.67 -
YUV 111.69 73.44 190.27 -
System Red Green Blue C M Y K H S L
Decimal 199 86 15 0 0.57 0.92 0.22 23.15 0.86 0.42
Hex C7 56 F 0 39 5C 16 17 56 2A
Octal 307 126 17 0 71 134 26 27 126 52
Binary 11000111 1010110 1111 0 111001 1011100 10110 10111 1010110 101010

Color Harmonies of #C7560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7560F

Black with #C7560F

Text Example


Text Example

White with #C7560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7560F; }

 p { color: rgb(199,86,15); }

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

background-color css

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

 a { background-color: rgb(199,86,15); }

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

border-color css

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

 span { border-color: rgb(199,86,15); }

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