Html Css Color HEX #C05714 Tenne (Tawny)

📋 copy color: '#C05714'

red 192 ◦ green 87 ◦ blue 20

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

Shades of Tenne (Tawny) #C05714

Tints of Tenne (Tawny) #C05714

RGB

 RED value IS 192 (75.39% from 255) = 64.21%

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 64.21%
G = 29.1%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05714 (or 0xC05714) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 14. RGB value is (192,87,20). Sum of RGB (Red+Green+Blue) = 192+87+20=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05714 is #3FA8EB. Grayscale: #6F6F6F. Windows color (decimal): -4172012 or 1333184. OLE color: 1333184.

HSL color Cylindrical-coordinate representation of color #C05714: hue angle of 23.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05714 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 20 -
CMYK 0 0.55 0.90 0.25
HSL 23.37º 0.81% 0.42% -
HSV(B) 23.37º 0.9% 0.75% -
XYZ 25.27 18.07 2.82 -
YUV 110.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 192 87 20 0 0.55 0.90 0.25 23.37 0.81 0.42
Hex C0 57 14 0 37 5A 19 17 51 2A
Octal 300 127 24 0 67 132 31 27 121 52
Binary 11000000 1010111 10100 0 110111 1011010 11001 10111 1010001 101010

Color Harmonies of #C05714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05714

Black with #C05714

Text Example


Text Example

White with #C05714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05714; }

 p { color: rgb(192,87,20); }

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

background-color css

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

 a { background-color: rgb(192,87,20); }

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

border-color css

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

 span { border-color: rgb(192,87,20); }

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