Html Css Color HEX #C1630B Tenne (Tawny)

📋 copy color: '#C1630B'

red 193 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #C1630B

Tints of Tenne (Tawny) #C1630B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.63%

R = 63.7%
G = 32.67%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1630B (or 0xC1630B) is known color: Tenne (Tawny). HEX triplet: C1, 63 and 0B. RGB value is (193,99,11). Sum of RGB (Red+Green+Blue) = 193+99+11=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1630B is #3E9CF4. Grayscale: #757575. Windows color (decimal): -4103413 or 746433. OLE color: 746433.

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

Color convert

RGB 193 99 11 -
CMYK 0 0.49 0.94 0.24
HSL 29.01º 0.89% 0.4% -
HSV(B) 29.01º 0.94% 0.76% -
XYZ 26.51 20.29 2.83 -
YUV 117.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 193 99 11 0 0.49 0.94 0.24 29.01 0.89 0.4
Hex C1 63 B 0 31 5E 18 1D 59 28
Octal 301 143 13 0 61 136 30 35 131 50
Binary 11000001 1100011 1011 0 110001 1011110 11000 11101 1011001 101000

Color Harmonies of #C1630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1630B

Black with #C1630B

Text Example


Text Example

White with #C1630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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