Html Css Color HEX #C05D0A Tenne (Tawny)

📋 copy color: '#C05D0A'

red 192 ◦ green 93 ◦ blue 10

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

Shades of Tenne (Tawny) #C05D0A

Tints of Tenne (Tawny) #C05D0A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 65.08%
G = 31.53%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C05D0A (or 0xC05D0A) is known color: Tenne (Tawny). HEX triplet: C0, 5D and 0A. RGB value is (192,93,10). Sum of RGB (Red+Green+Blue) = 192+93+10=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05D0A is #3FA2F5. Grayscale: #717171. Windows color (decimal): -4170486 or 679360. OLE color: 679360.

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

Color convert

RGB 192 93 10 -
CMYK 0 0.52 0.95 0.25
HSL 27.36º 0.9% 0.4% -
HSV(B) 27.36º 0.95% 0.75% -
XYZ 25.71 19.06 2.61 -
YUV 113.14 69.8 184.25 -
System Red Green Blue C M Y K H S L
Decimal 192 93 10 0 0.52 0.95 0.25 27.36 0.9 0.4
Hex C0 5D A 0 34 5F 19 1B 5A 28
Octal 300 135 12 0 64 137 31 33 132 50
Binary 11000000 1011101 1010 0 110100 1011111 11001 11011 1011010 101000

Color Harmonies of #C05D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D0A

Black with #C05D0A

Text Example


Text Example

White with #C05D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D0A; }

 p { color: rgb(192,93,10); }

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

background-color css

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

 a { background-color: rgb(192,93,10); }

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

border-color css

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

 span { border-color: rgb(192,93,10); }

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