Html Css Color HEX #C05707 Tenne (Tawny)

📋 copy color: '#C05707'

red 192 ◦ green 87 ◦ blue 7

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

Shades of Tenne (Tawny) #C05707

Tints of Tenne (Tawny) #C05707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.45%

R = 67.13%
G = 30.42%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C05707 (or 0xC05707) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 07. RGB value is (192,87,7). Sum of RGB (Red+Green+Blue) = 192+87+7=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C05707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05707 is #3FA8F8. Grayscale: #6D6D6D. Windows color (decimal): -4172025 or 481216. OLE color: 481216.

HSL color Cylindrical-coordinate representation of color #C05707: hue angle of 25.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C05707 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 7 -
CMYK 0 0.55 0.96 0.25
HSL 25.95º 0.93% 0.39% -
HSV(B) 25.95º 0.96% 0.75% -
XYZ 25.18 18.04 2.36 -
YUV 109.28 70.29 187 -
System Red Green Blue C M Y K H S L
Decimal 192 87 7 0 0.55 0.96 0.25 25.95 0.93 0.39
Hex C0 57 7 0 37 60 19 1A 5D 27
Octal 300 127 7 0 67 140 31 32 135 47
Binary 11000000 1010111 111 0 110111 1100000 11001 11010 1011101 100111

Color Harmonies of #C05707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05707

Black with #C05707

Text Example


Text Example

White with #C05707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05707; }

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

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

background-color css

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

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

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

border-color css

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

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

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