Html Css Color HEX #C05C01 Tenne (Tawny)

📋 copy color: '#C05C01'

red 192 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #C05C01

Tints of Tenne (Tawny) #C05C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 67.37%
G = 32.28%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C05C01 (or 0xC05C01) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 01. RGB value is (192,92,1). Sum of RGB (Red+Green+Blue) = 192+92+1=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C01 is #3FA3FE. Grayscale: #6F6F6F. Windows color (decimal): -4170751 or 89280. OLE color: 89280.

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

Color convert

RGB 192 92 1 -
CMYK 0 0.52 0.99 0.25
HSL 28.59º 0.99% 0.38% -
HSV(B) 28.59º 0.99% 0.75% -
XYZ 25.57 18.86 2.32 -
YUV 111.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 192 92 1 0 0.52 0.99 0.25 28.59 0.99 0.38
Hex C0 5C 1 0 34 63 19 1D 63 26
Octal 300 134 1 0 64 143 31 35 143 46
Binary 11000000 1011100 1 0 110100 1100011 11001 11101 1100011 100110

Color Harmonies of #C05C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C01

Black with #C05C01

Text Example


Text Example

White with #C05C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C01; }

 p { color: rgb(192,92,1); }

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

background-color css

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

 a { background-color: rgb(192,92,1); }

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

border-color css

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

 span { border-color: rgb(192,92,1); }

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