Html Css Color HEX #C55515 Tenne (Tawny)

📋 copy color: '#C55515'

red 197 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #C55515

Tints of Tenne (Tawny) #C55515

RGB

 RED value IS 197 (77.34% from 255) = 65.02%

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 65.02%
G = 28.05%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55515 (or 0xC55515) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 15. RGB value is (197,85,21). Sum of RGB (Red+Green+Blue) = 197+85+21=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55515 is #3AAAEA. Grayscale: #6F6F6F. Windows color (decimal): -3844843 or 1398213. OLE color: 1398213.

HSL color Cylindrical-coordinate representation of color #C55515: hue angle of 21.82º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C55515 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 21 -
CMYK 0 0.57 0.89 0.23
HSL 21.82º 0.81% 0.43% -
HSV(B) 21.82º 0.89% 0.77% -
XYZ 26.41 18.42 2.87 -
YUV 111.19 77.11 189.2 -
System Red Green Blue C M Y K H S L
Decimal 197 85 21 0 0.57 0.89 0.23 21.82 0.81 0.43
Hex C5 55 15 0 39 59 17 16 51 2B
Octal 305 125 25 0 71 131 27 26 121 53
Binary 11000101 1010101 10101 0 111001 1011001 10111 10110 1010001 101011

Color Harmonies of #C55515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55515

Black with #C55515

Text Example


Text Example

White with #C55515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55515; }

 p { color: rgb(197,85,21); }

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

background-color css

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

 a { background-color: rgb(197,85,21); }

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

border-color css

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

 span { border-color: rgb(197,85,21); }

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