Html Css Color HEX #C05A03 Tenne (Tawny)

📋 copy color: '#C05A03'

red 192 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #C05A03

Tints of Tenne (Tawny) #C05A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 67.37%
G = 31.58%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05A03 (or 0xC05A03) is known color: Tenne (Tawny). HEX triplet: C0, 5A and 03. RGB value is (192,90,3). Sum of RGB (Red+Green+Blue) = 192+90+3=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A03 is #3FA5FC. Grayscale: #6F6F6F. Windows color (decimal): -4171261 or 219840. OLE color: 219840.

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

Color convert

RGB 192 90 3 -
CMYK 0 0.53 0.98 0.25
HSL 27.62º 0.97% 0.38% -
HSV(B) 27.62º 0.98% 0.75% -
XYZ 25.41 18.53 2.32 -
YUV 110.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 192 90 3 0 0.53 0.98 0.25 27.62 0.97 0.38
Hex C0 5A 3 0 35 62 19 1C 61 26
Octal 300 132 3 0 65 142 31 34 141 46
Binary 11000000 1011010 11 0 110101 1100010 11001 11100 1100001 100110

Color Harmonies of #C05A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A03

Black with #C05A03

Text Example


Text Example

White with #C05A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A03; }

 p { color: rgb(192,90,3); }

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

background-color css

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

 a { background-color: rgb(192,90,3); }

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

border-color css

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

 span { border-color: rgb(192,90,3); }

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