Html Css Color HEX #C05105 Tenne (Tawny)

📋 copy color: '#C05105'

red 192 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #C05105

Tints of Tenne (Tawny) #C05105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 69.06%
G = 29.14%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C05105 (or 0xC05105) is known color: Tenne (Tawny). HEX triplet: C0, 51 and 05. RGB value is (192,81,5). Sum of RGB (Red+Green+Blue) = 192+81+5=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C05105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05105 is #3FAEFA. Grayscale: #696969. Windows color (decimal): -4173563 or 348608. OLE color: 348608.

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

Color convert

RGB 192 81 5 -
CMYK 0 0.58 0.97 0.25
HSL 24.39º 0.95% 0.39% -
HSV(B) 24.39º 0.97% 0.75% -
XYZ 24.71 17.1 2.14 -
YUV 105.53 71.27 189.68 -
System Red Green Blue C M Y K H S L
Decimal 192 81 5 0 0.58 0.97 0.25 24.39 0.95 0.39
Hex C0 51 5 0 3A 61 19 18 5F 27
Octal 300 121 5 0 72 141 31 30 137 47
Binary 11000000 1010001 101 0 111010 1100001 11001 11000 1011111 100111

Color Harmonies of #C05105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05105

Black with #C05105

Text Example


Text Example

White with #C05105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05105; }

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

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

background-color css

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

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

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

border-color css

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

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

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