Html Css Color HEX #C05005 Tenne (Tawny)

📋 copy color: '#C05005'

red 192 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #C05005

Tints of Tenne (Tawny) #C05005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 69.31%
G = 28.88%
B = 1.81%

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

#C05005 (or 0xC05005) is known color: Tenne (Tawny). HEX triplet: C0, 50 and 05. RGB value is (192,80,5). Sum of RGB (Red+Green+Blue) = 192+80+5=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C05005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05005 is #3FAFFA. Grayscale: #696969. Windows color (decimal): -4173819 or 348352. OLE color: 348352.

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

Color convert

RGB 192 80 5 -
CMYK 0 0.58 0.97 0.25
HSL 24.06º 0.95% 0.39% -
HSV(B) 24.06º 0.97% 0.75% -
XYZ 24.63 16.95 2.12 -
YUV 104.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 192 80 5 0 0.58 0.97 0.25 24.06 0.95 0.39
Hex C0 50 5 0 3A 61 19 18 5F 27
Octal 300 120 5 0 72 141 31 30 137 47
Binary 11000000 1010000 101 0 111010 1100001 11001 11000 1011111 100111

Color Harmonies of #C05005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05005

Black with #C05005

Text Example


Text Example

White with #C05005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05005; }

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

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

background-color css

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

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

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

border-color css

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

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

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