Html Css Color HEX #C15A01 Tenne (Tawny)

📋 copy color: '#C15A01'

red 193 ◦ green 90 ◦ blue 1

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

Shades of Tenne (Tawny) #C15A01

Tints of Tenne (Tawny) #C15A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 67.96%
G = 31.69%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15A01 (or 0xC15A01) is known color: Tenne (Tawny). HEX triplet: C1, 5A and 01. RGB value is (193,90,1). Sum of RGB (Red+Green+Blue) = 193+90+1=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A01 is #3EA5FE. Grayscale: #6F6F6F. Windows color (decimal): -4105727 or 88769. OLE color: 88769.

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

Color convert

RGB 193 90 1 -
CMYK 0 0.53 0.99 0.24
HSL 27.81º 0.99% 0.38% -
HSV(B) 27.81º 0.99% 0.76% -
XYZ 25.65 18.65 2.28 -
YUV 110.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 193 90 1 0 0.53 0.99 0.24 27.81 0.99 0.38
Hex C1 5A 1 0 35 63 18 1C 63 26
Octal 301 132 1 0 65 143 30 34 143 46
Binary 11000001 1011010 1 0 110101 1100011 11000 11100 1100011 100110

Color Harmonies of #C15A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A01

Black with #C15A01

Text Example


Text Example

White with #C15A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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