Html Css Color HEX #C05C0D Tenne (Tawny)

📋 copy color: '#C05C0D'

red 192 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #C05C0D

Tints of Tenne (Tawny) #C05C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 64.65%
G = 30.98%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C05C0D (or 0xC05C0D) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 0D. RGB value is (192,92,13). Sum of RGB (Red+Green+Blue) = 192+92+13=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C0D is #3FA3F2. Grayscale: #717171. Windows color (decimal): -4170739 or 875712. OLE color: 875712.

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

Color convert

RGB 192 92 13 -
CMYK 0 0.52 0.93 0.25
HSL 26.48º 0.87% 0.4% -
HSV(B) 26.48º 0.93% 0.75% -
XYZ 25.64 18.89 2.68 -
YUV 112.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 192 92 13 0 0.52 0.93 0.25 26.48 0.87 0.4
Hex C0 5C D 0 34 5D 19 1A 57 28
Octal 300 134 15 0 64 135 31 32 127 50
Binary 11000000 1011100 1101 0 110100 1011101 11001 11010 1010111 101000

Color Harmonies of #C05C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C0D

Black with #C05C0D

Text Example


Text Example

White with #C05C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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