Html Css Color HEX #C2560C Tenne (Tawny)

📋 copy color: '#C2560C'

red 194 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C2560C

Tints of Tenne (Tawny) #C2560C

RGB

 RED value IS 194 (76.17% from 255) = 66.44%

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

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

R = 66.44%
G = 29.45%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2560C (or 0xC2560C) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 0C. RGB value is (194,86,12). Sum of RGB (Red+Green+Blue) = 194+86+12=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2560C is #3DA9F3. Grayscale: #6E6E6E. Windows color (decimal): -4041204 or 808642. OLE color: 808642.

HSL color Cylindrical-coordinate representation of color #C2560C: hue angle of 24.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2560C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 12 -
CMYK 0 0.56 0.94 0.24
HSL 24.4º 0.88% 0.4% -
HSV(B) 24.4º 0.94% 0.76% -
XYZ 25.64 18.15 2.5 -
YUV 109.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 194 86 12 0 0.56 0.94 0.24 24.4 0.88 0.4
Hex C2 56 C 0 38 5E 18 18 58 28
Octal 302 126 14 0 70 136 30 30 130 50
Binary 11000010 1010110 1100 0 111000 1011110 11000 11000 1011000 101000

Color Harmonies of #C2560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2560C

Black with #C2560C

Text Example


Text Example

White with #C2560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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