Html Css Color HEX #C0620B Tenne (Tawny)

📋 copy color: '#C0620B'

red 192 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #C0620B

Tints of Tenne (Tawny) #C0620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 63.79%
G = 32.56%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0620B (or 0xC0620B) is known color: Tenne (Tawny). HEX triplet: C0, 62 and 0B. RGB value is (192,98,11). Sum of RGB (Red+Green+Blue) = 192+98+11=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0620B is #3F9DF4. Grayscale: #747474. Windows color (decimal): -4169205 or 746176. OLE color: 746176.

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

Color convert

RGB 192 98 11 -
CMYK 0 0.49 0.94 0.25
HSL 28.84º 0.89% 0.4% -
HSV(B) 28.84º 0.94% 0.75% -
XYZ 26.17 19.97 2.79 -
YUV 116.19 68.64 182.07 -
System Red Green Blue C M Y K H S L
Decimal 192 98 11 0 0.49 0.94 0.25 28.84 0.89 0.4
Hex C0 62 B 0 31 5E 19 1D 59 28
Octal 300 142 13 0 61 136 31 35 131 50
Binary 11000000 1100010 1011 0 110001 1011110 11001 11101 1011001 101000

Color Harmonies of #C0620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0620B

Black with #C0620B

Text Example


Text Example

White with #C0620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0620B; }

 p { color: rgb(192,98,11); }

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

background-color css

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

 a { background-color: rgb(192,98,11); }

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

border-color css

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

 span { border-color: rgb(192,98,11); }

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