Html Css Color HEX #C55105 Tenne (Tawny)

📋 copy color: '#C55105'

red 197 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #C55105

Tints of Tenne (Tawny) #C55105

RGB

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

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

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

R = 69.61%
G = 28.62%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C55105 (or 0xC55105) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 05. RGB value is (197,81,5). Sum of RGB (Red+Green+Blue) = 197+81+5=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C55105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55105 is #3AAEFA. Grayscale: #6B6B6B. Windows color (decimal): -3845883 or 348613. OLE color: 348613.

HSL color Cylindrical-coordinate representation of color #C55105: hue angle of 23.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55105 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 5 -
CMYK 0 0.59 0.97 0.23
HSL 23.75º 0.95% 0.4% -
HSV(B) 23.75º 0.97% 0.77% -
XYZ 26 17.77 2.2 -
YUV 107.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 197 81 5 0 0.59 0.97 0.23 23.75 0.95 0.4
Hex C5 51 5 0 3B 61 17 18 5F 28
Octal 305 121 5 0 73 141 27 30 137 50
Binary 11000101 1010001 101 0 111011 1100001 10111 11000 1011111 101000

Color Harmonies of #C55105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55105

Black with #C55105

Text Example


Text Example

White with #C55105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55105; }

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

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

background-color css

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

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

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

border-color css

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

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

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