Html Css Color HEX #C0610A Tenne (Tawny)

📋 copy color: '#C0610A'

red 192 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #C0610A

Tints of Tenne (Tawny) #C0610A

RGB

 RED value IS 192 (75.39% from 255) = 64.21%

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

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

R = 64.21%
G = 32.44%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C0610A (or 0xC0610A) is known color: Tenne (Tawny). HEX triplet: C0, 61 and 0A. RGB value is (192,97,10). Sum of RGB (Red+Green+Blue) = 192+97+10=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0610A is #3F9EF5. Grayscale: #737373. Windows color (decimal): -4169462 or 680384. OLE color: 680384.

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

Color convert

RGB 192 97 10 -
CMYK 0 0.49 0.95 0.25
HSL 28.68º 0.9% 0.4% -
HSV(B) 28.68º 0.95% 0.75% -
XYZ 26.07 19.78 2.73 -
YUV 115.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 192 97 10 0 0.49 0.95 0.25 28.68 0.9 0.4
Hex C0 61 A 0 31 5F 19 1D 5A 28
Octal 300 141 12 0 61 137 31 35 132 50
Binary 11000000 1100001 1010 0 110001 1011111 11001 11101 1011010 101000

Color Harmonies of #C0610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0610A

Black with #C0610A

Text Example


Text Example

White with #C0610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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