Html Css Color HEX #C05607 Tenne (Tawny)

📋 copy color: '#C05607'

red 192 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #C05607

Tints of Tenne (Tawny) #C05607

RGB

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

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

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

R = 67.37%
G = 30.18%
B = 2.46%

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

#C05607 (or 0xC05607) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 07. RGB value is (192,86,7). Sum of RGB (Red+Green+Blue) = 192+86+7=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05607 is #3FA9F8. Grayscale: #6D6D6D. Windows color (decimal): -4172281 or 480960. OLE color: 480960.

HSL color Cylindrical-coordinate representation of color #C05607: hue angle of 25.62º 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 #C05607 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 7 -
CMYK 0 0.55 0.96 0.25
HSL 25.62º 0.93% 0.39% -
HSV(B) 25.62º 0.96% 0.75% -
XYZ 25.1 17.88 2.33 -
YUV 108.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 192 86 7 0 0.55 0.96 0.25 25.62 0.93 0.39
Hex C0 56 7 0 37 60 19 1A 5D 27
Octal 300 126 7 0 67 140 31 32 135 47
Binary 11000000 1010110 111 0 110111 1100000 11001 11010 1011101 100111

Color Harmonies of #C05607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05607

Black with #C05607

Text Example


Text Example

White with #C05607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05607; }

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

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

background-color css

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

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

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

border-color css

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

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

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