Html Css Color HEX #C55103 Tenne (Tawny)

📋 copy color: '#C55103'

red 197 ◦ green 81 ◦ blue 3

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

Shades of Tenne (Tawny) #C55103

Tints of Tenne (Tawny) #C55103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 70.11%
G = 28.83%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55103 (or 0xC55103) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 03. RGB value is (197,81,3). Sum of RGB (Red+Green+Blue) = 197+81+3=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C55103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55103 is #3AAEFC. Grayscale: #6B6B6B. Windows color (decimal): -3845885 or 217541. OLE color: 217541.

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

Color convert

RGB 197 81 3 -
CMYK 0 0.59 0.98 0.23
HSL 24.12º 0.97% 0.39% -
HSV(B) 24.12º 0.98% 0.77% -
XYZ 25.98 17.76 2.14 -
YUV 106.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 197 81 3 0 0.59 0.98 0.23 24.12 0.97 0.39
Hex C5 51 3 0 3B 62 17 18 61 27
Octal 305 121 3 0 73 142 27 30 141 47
Binary 11000101 1010001 11 0 111011 1100010 10111 11000 1100001 100111

Color Harmonies of #C55103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55103

Black with #C55103

Text Example


Text Example

White with #C55103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55103; }

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

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

background-color css

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

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

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

border-color css

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

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

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