Html Css Color HEX #C15C01 Tenne (Tawny)

📋 copy color: '#C15C01'

red 193 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #C15C01

Tints of Tenne (Tawny) #C15C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

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

R = 67.48%
G = 32.17%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C15C01 (or 0xC15C01) is known color: Tenne (Tawny). HEX triplet: C1, 5C and 01. RGB value is (193,92,1). Sum of RGB (Red+Green+Blue) = 193+92+1=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C01 is #3EA3FE. Grayscale: #707070. Windows color (decimal): -4105215 or 89281. OLE color: 89281.

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

Color convert

RGB 193 92 1 -
CMYK 0 0.52 0.99 0.24
HSL 28.44º 0.99% 0.38% -
HSV(B) 28.44º 0.99% 0.76% -
XYZ 25.82 18.99 2.33 -
YUV 111.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 193 92 1 0 0.52 0.99 0.24 28.44 0.99 0.38
Hex C1 5C 1 0 34 63 18 1C 63 26
Octal 301 134 1 0 64 143 30 34 143 46
Binary 11000001 1011100 1 0 110100 1100011 11000 11100 1100011 100110

Color Harmonies of #C15C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C01

Black with #C15C01

Text Example


Text Example

White with #C15C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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