Html Css Color HEX #C05F00 Tenne (Tawny)

📋 copy color: '#C05F00'

red 192 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #C05F00

Tints of Tenne (Tawny) #C05F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

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

R = 66.9%
G = 33.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C05F00 (or 0xC05F00) is known color: Tenne (Tawny). HEX triplet: C0, 5F and 00. RGB value is (192,95,0). Sum of RGB (Red+Green+Blue) = 192+95+0=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F00 is #3FA0FF. Grayscale: #717171. Windows color (decimal): -4169984 or 24512. OLE color: 24512.

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

Color convert

RGB 192 95 0 -
CMYK 0 0.51 1 0.25
HSL 29.69º 1% 0.38% -
HSV(B) 29.69º 1% 0.75% -
XYZ 25.83 19.39 2.38 -
YUV 113.17 64.14 184.22 -
System Red Green Blue C M Y K H S L
Decimal 192 95 0 0 0.51 1 0.25 29.69 1 0.38
Hex C0 5F 0 0 33 64 19 1E 64 26
Octal 300 137 0 0 63 144 31 36 144 46
Binary 11000000 1011111 0 0 110011 1100100 11001 11110 1100100 100110

Color Harmonies of #C05F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F00

Black with #C05F00

Text Example


Text Example

White with #C05F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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