Html Css Color HEX #C0600F Tenne (Tawny)

📋 copy color: '#C0600F'

red 192 ◦ green 96 ◦ blue 15

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

Shades of Tenne (Tawny) #C0600F

Tints of Tenne (Tawny) #C0600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 63.37%
G = 31.68%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0600F (or 0xC0600F) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 0F. RGB value is (192,96,15). Sum of RGB (Red+Green+Blue) = 192+96+15=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0600F is #3F9FF0. Grayscale: #737373. Windows color (decimal): -4169713 or 1007808. OLE color: 1007808.

HSL color Cylindrical-coordinate representation of color #C0600F: hue angle of 27.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0600F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 15 -
CMYK 0 0.50 0.92 0.25
HSL 27.46º 0.86% 0.41% -
HSV(B) 27.46º 0.92% 0.75% -
XYZ 26.01 19.61 2.87 -
YUV 115.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 192 96 15 0 0.50 0.92 0.25 27.46 0.86 0.41
Hex C0 60 F 0 32 5C 19 1B 56 29
Octal 300 140 17 0 62 134 31 33 126 51
Binary 11000000 1100000 1111 0 110010 1011100 11001 11011 1010110 101001

Color Harmonies of #C0600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0600F

Black with #C0600F

Text Example


Text Example

White with #C0600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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