Html Css Color HEX #C1520A Tenne (Tawny)

📋 copy color: '#C1520A'

red 193 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #C1520A

Tints of Tenne (Tawny) #C1520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 67.72%
G = 28.77%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1520A (or 0xC1520A) is known color: Tenne (Tawny). HEX triplet: C1, 52 and 0A. RGB value is (193,82,10). Sum of RGB (Red+Green+Blue) = 193+82+10=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1520A is #3EADF5. Grayscale: #6B6B6B. Windows color (decimal): -4107766 or 676545. OLE color: 676545.

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

Color convert

RGB 193 82 10 -
CMYK 0 0.58 0.95 0.24
HSL 23.61º 0.9% 0.4% -
HSV(B) 23.61º 0.95% 0.76% -
XYZ 25.06 17.39 2.32 -
YUV 106.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 193 82 10 0 0.58 0.95 0.24 23.61 0.9 0.4
Hex C1 52 A 0 3A 5F 18 18 5A 28
Octal 301 122 12 0 72 137 30 30 132 50
Binary 11000001 1010010 1010 0 111010 1011111 11000 11000 1011010 101000

Color Harmonies of #C1520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1520A

Black with #C1520A

Text Example


Text Example

White with #C1520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1520A; }

 p { color: rgb(193,82,10); }

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

background-color css

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

 a { background-color: rgb(193,82,10); }

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

border-color css

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

 span { border-color: rgb(193,82,10); }

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