Html Css Color HEX #C1630D Tenne (Tawny)

📋 copy color: '#C1630D'

red 193 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #C1630D

Tints of Tenne (Tawny) #C1630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 63.28%
G = 32.46%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1630D (or 0xC1630D) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 0D. RGB value is (193,99,13). Sum of RGB (Red+Green+Blue) = 193+99+13=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630D is #3E9CF2. Grayscale: #757575. Windows color (decimal): -4103411 or 877505. OLE color: 877505.

HSL color Cylindrical-coordinate representation of color #C1630D: hue angle of 28.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 #C1630D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 13 -
CMYK 0 0.49 0.93 0.24
HSL 28.67º 0.87% 0.4% -
HSV(B) 28.67º 0.93% 0.76% -
XYZ 26.53 20.29 2.9 -
YUV 117.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 193 99 13 0 0.49 0.93 0.24 28.67 0.87 0.4
Hex C1 63 D 0 31 5D 18 1D 57 28
Octal 301 143 15 0 61 135 30 35 127 50
Binary 11000001 1100011 1101 0 110001 1011101 11000 11101 1010111 101000

Color Harmonies of #C1630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1630D

Black with #C1630D

Text Example


Text Example

White with #C1630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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