Html Css Color HEX #C1570D Tenne (Tawny)

📋 copy color: '#C1570D'

red 193 ◦ green 87 ◦ blue 13

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

Shades of Tenne (Tawny) #C1570D

Tints of Tenne (Tawny) #C1570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 65.87%
G = 29.69%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1570D (or 0xC1570D) is known color: Tenne (Tawny). HEX triplet: C1, 57 and 0D. RGB value is (193,87,13). Sum of RGB (Red+Green+Blue) = 193+87+13=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570D is #3EA8F2. Grayscale: #6E6E6E. Windows color (decimal): -4106483 or 874433. OLE color: 874433.

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

Color convert

RGB 193 87 13 -
CMYK 0 0.55 0.93 0.24
HSL 24.67º 0.87% 0.4% -
HSV(B) 24.67º 0.93% 0.76% -
XYZ 25.47 18.18 2.55 -
YUV 110.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 193 87 13 0 0.55 0.93 0.24 24.67 0.87 0.4
Hex C1 57 D 0 37 5D 18 19 57 28
Octal 301 127 15 0 67 135 30 31 127 50
Binary 11000001 1010111 1101 0 110111 1011101 11000 11001 1010111 101000

Color Harmonies of #C1570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1570D

Black with #C1570D

Text Example


Text Example

White with #C1570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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