Html Css Color HEX #C15001 Tenne (Tawny)

📋 copy color: '#C15001'

red 193 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #C15001

Tints of Tenne (Tawny) #C15001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 70.44%
G = 29.2%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15001 (or 0xC15001) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 01. RGB value is (193,80,1). Sum of RGB (Red+Green+Blue) = 193+80+1=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C15001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15001 is #3EAFFE. Grayscale: #696969. Windows color (decimal): -4108287 or 86209. OLE color: 86209.

HSL color Cylindrical-coordinate representation of color #C15001: hue angle of 24.69º 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 #C15001 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 1 -
CMYK 0 0.59 0.99 0.24
HSL 24.69º 0.99% 0.38% -
HSV(B) 24.69º 0.99% 0.76% -
XYZ 24.87 17.08 2.01 -
YUV 104.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 193 80 1 0 0.59 0.99 0.24 24.69 0.99 0.38
Hex C1 50 1 0 3B 63 18 19 63 26
Octal 301 120 1 0 73 143 30 31 143 46
Binary 11000001 1010000 1 0 111011 1100011 11000 11001 1100011 100110

Color Harmonies of #C15001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15001

Black with #C15001

Text Example


Text Example

White with #C15001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15001; }

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

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

background-color css

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

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

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

border-color css

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

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

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