Html Css Color HEX #C1570C Tenne (Tawny)

📋 copy color: '#C1570C'

red 193 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #C1570C

Tints of Tenne (Tawny) #C1570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 66.1%
G = 29.79%
B = 4.11%

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

#C1570C (or 0xC1570C) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 0C. RGB value is (193,87,12). Sum of RGB (Red+Green+Blue) = 193+87+12=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570C is #3EA8F3. Grayscale: #6E6E6E. Windows color (decimal): -4106484 or 808897. OLE color: 808897.

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

Color convert

RGB 193 87 12 -
CMYK 0 0.55 0.94 0.24
HSL 24.86º 0.88% 0.4% -
HSV(B) 24.86º 0.94% 0.76% -
XYZ 25.47 18.18 2.51 -
YUV 110.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 193 87 12 0 0.55 0.94 0.24 24.86 0.88 0.4
Hex C1 57 C 0 37 5E 18 19 58 28
Octal 301 127 14 0 67 136 30 31 130 50
Binary 11000001 1010111 1100 0 110111 1011110 11000 11001 1011000 101000

Color Harmonies of #C1570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1570C

Black with #C1570C

Text Example


Text Example

White with #C1570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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