Html Css Color HEX #C3560C Tenne (Tawny)

📋 copy color: '#C3560C'

red 195 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C3560C

Tints of Tenne (Tawny) #C3560C

RGB

 RED value IS 195 (76.56% from 255) = 66.55%

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

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

R = 66.55%
G = 29.35%
B = 4.1%

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

#C3560C (or 0xC3560C) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 0C. RGB value is (195,86,12). Sum of RGB (Red+Green+Blue) = 195+86+12=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560C is #3CA9F3. Grayscale: #6E6E6E. Windows color (decimal): -3975668 or 808643. OLE color: 808643.

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

Color convert

RGB 195 86 12 -
CMYK 0 0.56 0.94 0.24
HSL 24.26º 0.88% 0.41% -
HSV(B) 24.26º 0.94% 0.76% -
XYZ 25.9 18.28 2.51 -
YUV 110.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 195 86 12 0 0.56 0.94 0.24 24.26 0.88 0.41
Hex C3 56 C 0 38 5E 18 18 58 29
Octal 303 126 14 0 70 136 30 30 130 51
Binary 11000011 1010110 1100 0 111000 1011110 11000 11000 1011000 101001

Color Harmonies of #C3560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3560C

Black with #C3560C

Text Example


Text Example

White with #C3560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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