Html Css Color HEX #C15A00 Tenne (Tawny)

📋 copy color: '#C15A00'

red 193 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #C15A00

Tints of Tenne (Tawny) #C15A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.2%
G = 31.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C15A00 (or 0xC15A00) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 00. RGB value is (193,90,0). Sum of RGB (Red+Green+Blue) = 193+90+0=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A00 is #3EA5FF. Grayscale: #6F6F6F. Windows color (decimal): -4105728 or 23233. OLE color: 23233.

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

Color convert

RGB 193 90 0 -
CMYK 0 0.53 1 0.24
HSL 27.98º 1% 0.38% -
HSV(B) 27.98º 1% 0.76% -
XYZ 25.65 18.65 2.25 -
YUV 110.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 193 90 0 0 0.53 1 0.24 27.98 1 0.38
Hex C1 5A 0 0 35 64 18 1C 64 26
Octal 301 132 0 0 65 144 30 34 144 46
Binary 11000001 1011010 0 0 110101 1100100 11000 11100 1100100 100110

Color Harmonies of #C15A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A00

Black with #C15A00

Text Example


Text Example

White with #C15A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A00; }

 p { color: rgb(193,90,0); }

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

background-color css

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

 a { background-color: rgb(193,90,0); }

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

border-color css

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

 span { border-color: rgb(193,90,0); }

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