Html Css Color HEX #C05800 Tenne (Tawny)

📋 copy color: '#C05800'

red 192 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #C05800

Tints of Tenne (Tawny) #C05800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.57%
G = 31.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C05800 (or 0xC05800) is known color: Tenne (Tawny). HEX triplet: C0, 58 and 00. RGB value is (192,88,0). Sum of RGB (Red+Green+Blue) = 192+88+0=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C05800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05800 is #3FA7FF. Grayscale: #6D6D6D. Windows color (decimal): -4171776 or 22720. OLE color: 22720.

HSL color Cylindrical-coordinate representation of color #C05800: hue angle of 27.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C05800 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 88 0 -
CMYK 0 0.54 1 0.25
HSL 27.5º 1% 0.38% -
HSV(B) 27.5º 1% 0.75% -
XYZ 25.23 18.19 2.18 -
YUV 109.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 192 88 0 0 0.54 1 0.25 27.5 1 0.38
Hex C0 58 0 0 36 64 19 1C 64 26
Octal 300 130 0 0 66 144 31 34 144 46
Binary 11000000 1011000 0 0 110110 1100100 11001 11100 1100100 100110

Color Harmonies of #C05800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05800

Black with #C05800

Text Example


Text Example

White with #C05800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05800; }

 p { color: rgb(192,88,0); }

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

background-color css

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

 a { background-color: rgb(192,88,0); }

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

border-color css

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

 span { border-color: rgb(192,88,0); }

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