Html Css Color HEX #C15F00 Tenne (Tawny)

📋 copy color: '#C15F00'

red 193 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #C15F00

Tints of Tenne (Tawny) #C15F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 67.01%
G = 32.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C15F00 (or 0xC15F00) is known color: Tenne (Tawny). HEX triplet: C1, 5F and 00. RGB value is (193,95,0). Sum of RGB (Red+Green+Blue) = 193+95+0=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15F00 is #3EA0FF. Grayscale: #717171. Windows color (decimal): -4104448 or 24513. OLE color: 24513.

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

Color convert

RGB 193 95 0 -
CMYK 0 0.51 1 0.24
HSL 29.53º 1% 0.38% -
HSV(B) 29.53º 1% 0.76% -
XYZ 26.08 19.52 2.39 -
YUV 113.47 63.97 184.72 -
System Red Green Blue C M Y K H S L
Decimal 193 95 0 0 0.51 1 0.24 29.53 1 0.38
Hex C1 5F 0 0 33 64 18 1E 64 26
Octal 301 137 0 0 63 144 30 36 144 46
Binary 11000001 1011111 0 0 110011 1100100 11000 11110 1100100 100110

Color Harmonies of #C15F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F00

Black with #C15F00

Text Example


Text Example

White with #C15F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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