Html Css Color HEX #C1570F Tenne (Tawny)

📋 copy color: '#C1570F'

red 193 ◦ green 87 ◦ blue 15

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

Shades of Tenne (Tawny) #C1570F

Tints of Tenne (Tawny) #C1570F

RGB

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

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

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

R = 65.42%
G = 29.49%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1570F (or 0xC1570F) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 0F. RGB value is (193,87,15). Sum of RGB (Red+Green+Blue) = 193+87+15=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570F is #3EA8F0. Grayscale: #6E6E6E. Windows color (decimal): -4106481 or 1005505. OLE color: 1005505.

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

Color convert

RGB 193 87 15 -
CMYK 0 0.55 0.92 0.24
HSL 24.27º 0.86% 0.41% -
HSV(B) 24.27º 0.92% 0.76% -
XYZ 25.49 18.19 2.62 -
YUV 110.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 193 87 15 0 0.55 0.92 0.24 24.27 0.86 0.41
Hex C1 57 F 0 37 5C 18 18 56 29
Octal 301 127 17 0 67 134 30 30 126 51
Binary 11000001 1010111 1111 0 110111 1011100 11000 11000 1010110 101001

Color Harmonies of #C1570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1570F

Black with #C1570F

Text Example


Text Example

White with #C1570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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