Html Css Color HEX #C0600B Tenne (Tawny)

📋 copy color: '#C0600B'

red 192 ◦ green 96 ◦ blue 11

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

Shades of Tenne (Tawny) #C0600B

Tints of Tenne (Tawny) #C0600B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 64.21%
G = 32.11%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0600B (or 0xC0600B) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 0B. RGB value is (192,96,11). Sum of RGB (Red+Green+Blue) = 192+96+11=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0600B is #3F9FF4. Grayscale: #737373. Windows color (decimal): -4169717 or 745664. OLE color: 745664.

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

Color convert

RGB 192 96 11 -
CMYK 0 0.50 0.94 0.25
HSL 28.18º 0.89% 0.4% -
HSV(B) 28.18º 0.94% 0.75% -
XYZ 25.98 19.6 2.73 -
YUV 115.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 192 96 11 0 0.50 0.94 0.25 28.18 0.89 0.4
Hex C0 60 B 0 32 5E 19 1C 59 28
Octal 300 140 13 0 62 136 31 34 131 50
Binary 11000000 1100000 1011 0 110010 1011110 11001 11100 1011001 101000

Color Harmonies of #C0600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0600B

Black with #C0600B

Text Example


Text Example

White with #C0600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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