Html Css Color HEX #C05511 Tenne (Tawny)

📋 copy color: '#C05511'

red 192 ◦ green 85 ◦ blue 17

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

Shades of Tenne (Tawny) #C05511

Tints of Tenne (Tawny) #C05511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 17 (7.03% from 255) = 5.78%

R = 65.31%
G = 28.91%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05511 (or 0xC05511) is known color: Tenne (Tawny). HEX triplet: C0, 55 and 11. RGB value is (192,85,17). Sum of RGB (Red+Green+Blue) = 192+85+17=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05511 is #3FAAEE. Grayscale: #6D6D6D. Windows color (decimal): -4172527 or 1136064. OLE color: 1136064.

HSL color Cylindrical-coordinate representation of color #C05511: hue angle of 23.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05511 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 17 -
CMYK 0 0.56 0.91 0.25
HSL 23.31º 0.84% 0.41% -
HSV(B) 23.31º 0.91% 0.75% -
XYZ 25.09 17.74 2.63 -
YUV 109.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 192 85 17 0 0.56 0.91 0.25 23.31 0.84 0.41
Hex C0 55 11 0 38 5B 19 17 54 29
Octal 300 125 21 0 70 133 31 27 124 51
Binary 11000000 1010101 10001 0 111000 1011011 11001 10111 1010100 101001

Color Harmonies of #C05511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05511

Black with #C05511

Text Example


Text Example

White with #C05511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05511; }

 p { color: rgb(192,85,17); }

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

background-color css

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

 a { background-color: rgb(192,85,17); }

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

border-color css

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

 span { border-color: rgb(192,85,17); }

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