Html Css Color HEX #C5610A Tenne (Tawny)

📋 copy color: '#C5610A'

red 197 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #C5610A

Tints of Tenne (Tawny) #C5610A

RGB

 RED value IS 197 (77.34% from 255) = 64.8%

 GREEN value IS 97 (38.28% from 255) = 31.91%

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

R = 64.8%
G = 31.91%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5610A (or 0xC5610A) is known color: Tenne (Tawny). HEX triplet: C5, 61 and 0A. RGB value is (197,97,10). Sum of RGB (Red+Green+Blue) = 197+97+10=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5610A is #3A9EF5. Grayscale: #757575. Windows color (decimal): -3841782 or 680389. OLE color: 680389.

HSL color Cylindrical-coordinate representation of color #C5610A: hue angle of 27.91º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5610A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 10 -
CMYK 0 0.51 0.95 0.23
HSL 27.91º 0.9% 0.41% -
HSV(B) 27.91º 0.95% 0.77% -
XYZ 27.36 20.44 2.79 -
YUV 116.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 197 97 10 0 0.51 0.95 0.23 27.91 0.9 0.41
Hex C5 61 A 0 33 5F 17 1C 5A 29
Octal 305 141 12 0 63 137 27 34 132 51
Binary 11000101 1100001 1010 0 110011 1011111 10111 11100 1011010 101001

Color Harmonies of #C5610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5610A

Black with #C5610A

Text Example


Text Example

White with #C5610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5610A; }

 p { color: rgb(197,97,10); }

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

background-color css

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

 a { background-color: rgb(197,97,10); }

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

border-color css

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

 span { border-color: rgb(197,97,10); }

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