Html Css Color HEX #C1560C Tenne (Tawny)

📋 copy color: '#C1560C'

red 193 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C1560C

Tints of Tenne (Tawny) #C1560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 66.32%
G = 29.55%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1560C (or 0xC1560C) is known color: Tenne (Tawny). HEX triplet: C1, 56 and 0C. RGB value is (193,86,12). Sum of RGB (Red+Green+Blue) = 193+86+12=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1560C is #3EA9F3. Grayscale: #6D6D6D. Windows color (decimal): -4106740 or 808641. OLE color: 808641.

HSL color Cylindrical-coordinate representation of color #C1560C: hue angle of 24.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1560C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 12 -
CMYK 0 0.55 0.94 0.24
HSL 24.53º 0.88% 0.4% -
HSV(B) 24.53º 0.94% 0.76% -
XYZ 25.39 18.02 2.49 -
YUV 109.56 72.95 187.52 -
System Red Green Blue C M Y K H S L
Decimal 193 86 12 0 0.55 0.94 0.24 24.53 0.88 0.4
Hex C1 56 C 0 37 5E 18 19 58 28
Octal 301 126 14 0 67 136 30 31 130 50
Binary 11000001 1010110 1100 0 110111 1011110 11000 11001 1011000 101000

Color Harmonies of #C1560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1560C

Black with #C1560C

Text Example


Text Example

White with #C1560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1560C; }

 p { color: rgb(193,86,12); }

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

background-color css

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

 a { background-color: rgb(193,86,12); }

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

border-color css

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

 span { border-color: rgb(193,86,12); }

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