Html Css Color HEX #C15C0F Tenne (Tawny)

📋 copy color: '#C15C0F'

red 193 ◦ green 92 ◦ blue 15

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

Shades of Tenne (Tawny) #C15C0F

Tints of Tenne (Tawny) #C15C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 64.33%
G = 30.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C15C0F (or 0xC15C0F) is known color: Tenne (Tawny). HEX triplet: C1, 5C and 0F. RGB value is (193,92,15). Sum of RGB (Red+Green+Blue) = 193+92+15=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15C0F is #3EA3F0. Grayscale: #717171. Windows color (decimal): -4105201 or 1006785. OLE color: 1006785.

HSL color Cylindrical-coordinate representation of color #C15C0F: hue angle of 25.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C15C0F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 15 -
CMYK 0 0.52 0.92 0.24
HSL 25.96º 0.86% 0.41% -
HSV(B) 25.96º 0.92% 0.76% -
XYZ 25.91 19.03 2.76 -
YUV 113.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 193 92 15 0 0.52 0.92 0.24 25.96 0.86 0.41
Hex C1 5C F 0 34 5C 18 1A 56 29
Octal 301 134 17 0 64 134 30 32 126 51
Binary 11000001 1011100 1111 0 110100 1011100 11000 11010 1010110 101001

Color Harmonies of #C15C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C0F

Black with #C15C0F

Text Example


Text Example

White with #C15C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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