Html Css Color HEX #C0560C Tenne (Tawny)

📋 copy color: '#C0560C'

red 192 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C0560C

Tints of Tenne (Tawny) #C0560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 66.21%
G = 29.66%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0560C (or 0xC0560C) is known color: Tenne (Tawny). HEX triplet: C0, 56 and 0C. RGB value is (192,86,12). Sum of RGB (Red+Green+Blue) = 192+86+12=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0560C is #3FA9F3. Grayscale: #6D6D6D. Windows color (decimal): -4172276 or 808640. OLE color: 808640.

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

Color convert

RGB 192 86 12 -
CMYK 0 0.55 0.94 0.25
HSL 24.67º 0.88% 0.4% -
HSV(B) 24.67º 0.94% 0.75% -
XYZ 25.13 17.89 2.48 -
YUV 109.26 73.12 187.02 -
System Red Green Blue C M Y K H S L
Decimal 192 86 12 0 0.55 0.94 0.25 24.67 0.88 0.4
Hex C0 56 C 0 37 5E 19 19 58 28
Octal 300 126 14 0 67 136 31 31 130 50
Binary 11000000 1010110 1100 0 110111 1011110 11001 11001 1011000 101000

Color Harmonies of #C0560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0560C

Black with #C0560C

Text Example


Text Example

White with #C0560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0560C; }

 p { color: rgb(192,86,12); }

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

background-color css

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

 a { background-color: rgb(192,86,12); }

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

border-color css

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

 span { border-color: rgb(192,86,12); }

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