Html Css Color HEX #C15503 Tenne (Tawny)

📋 copy color: '#C15503'

red 193 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #C15503

Tints of Tenne (Tawny) #C15503

RGB

 RED value IS 193 (75.78% from 255) = 68.68%

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

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

R = 68.68%
G = 30.25%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C15503 (or 0xC15503) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 03. RGB value is (193,85,3). Sum of RGB (Red+Green+Blue) = 193+85+3=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C15503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15503 is #3EAAFC. Grayscale: #6C6C6C. Windows color (decimal): -4107005 or 218561. OLE color: 218561.

HSL color Cylindrical-coordinate representation of color #C15503: hue angle of 25.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C15503 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 3 -
CMYK 0 0.56 0.98 0.24
HSL 25.89º 0.97% 0.38% -
HSV(B) 25.89º 0.98% 0.76% -
XYZ 25.26 17.84 2.2 -
YUV 107.94 68.78 188.67 -
System Red Green Blue C M Y K H S L
Decimal 193 85 3 0 0.56 0.98 0.24 25.89 0.97 0.38
Hex C1 55 3 0 38 62 18 1A 61 26
Octal 301 125 3 0 70 142 30 32 141 46
Binary 11000001 1010101 11 0 111000 1100010 11000 11010 1100001 100110

Color Harmonies of #C15503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15503

Black with #C15503

Text Example


Text Example

White with #C15503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15503; }

 p { color: rgb(193,85,3); }

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

background-color css

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

 a { background-color: rgb(193,85,3); }

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

border-color css

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

 span { border-color: rgb(193,85,3); }

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