Html Css Color HEX #C05103 Tenne (Tawny)

📋 copy color: '#C05103'

red 192 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #C05103

Tints of Tenne (Tawny) #C05103

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 69.57%
G = 29.35%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C05103 (or 0xC05103) is known color: Tenne (Tawny). HEX triplet: C0, 51 and 03. RGB value is (192,81,3). Sum of RGB (Red+Green+Blue) = 192+81+3=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C05103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05103 is #3FAEFC. Grayscale: #696969. Windows color (decimal): -4173565 or 217536. OLE color: 217536.

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

Color convert

RGB 192 81 3 -
CMYK 0 0.58 0.98 0.25
HSL 24.76º 0.97% 0.38% -
HSV(B) 24.76º 0.98% 0.75% -
XYZ 24.7 17.1 2.08 -
YUV 105.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 192 81 3 0 0.58 0.98 0.25 24.76 0.97 0.38
Hex C0 51 3 0 3A 62 19 19 61 26
Octal 300 121 3 0 72 142 31 31 141 46
Binary 11000000 1010001 11 0 111010 1100010 11001 11001 1100001 100110

Color Harmonies of #C05103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05103

Black with #C05103

Text Example


Text Example

White with #C05103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05103; }

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

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

background-color css

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

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

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

border-color css

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

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

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