Html Css Color HEX #C1550C Tenne (Tawny)

📋 copy color: '#C1550C'

red 193 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #C1550C

Tints of Tenne (Tawny) #C1550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 66.55%
G = 29.31%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1550C (or 0xC1550C) is known color: Tenne (Tawny). HEX triplet: C1, 55 and 0C. RGB value is (193,85,12). Sum of RGB (Red+Green+Blue) = 193+85+12=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1550C is #3EAAF3. Grayscale: #6D6D6D. Windows color (decimal): -4106996 or 808385. OLE color: 808385.

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

Color convert

RGB 193 85 12 -
CMYK 0 0.56 0.94 0.24
HSL 24.2º 0.88% 0.4% -
HSV(B) 24.2º 0.94% 0.76% -
XYZ 25.31 17.86 2.46 -
YUV 108.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 193 85 12 0 0.56 0.94 0.24 24.2 0.88 0.4
Hex C1 55 C 0 38 5E 18 18 58 28
Octal 301 125 14 0 70 136 30 30 130 50
Binary 11000001 1010101 1100 0 111000 1011110 11000 11000 1011000 101000

Color Harmonies of #C1550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1550C

Black with #C1550C

Text Example


Text Example

White with #C1550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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