Html Css Color HEX #C3560A Tenne (Tawny)

📋 copy color: '#C3560A'

red 195 ◦ green 86 ◦ blue 10

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

Shades of Tenne (Tawny) #C3560A

Tints of Tenne (Tawny) #C3560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 67.01%
G = 29.55%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3560A (or 0xC3560A) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 0A. RGB value is (195,86,10). Sum of RGB (Red+Green+Blue) = 195+86+10=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560A is #3CA9F5. Grayscale: #6E6E6E. Windows color (decimal): -3975670 or 677571. OLE color: 677571.

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

Color convert

RGB 195 86 10 -
CMYK 0 0.56 0.95 0.24
HSL 24.65º 0.9% 0.4% -
HSV(B) 24.65º 0.95% 0.76% -
XYZ 25.89 18.28 2.45 -
YUV 109.93 71.61 188.68 -
System Red Green Blue C M Y K H S L
Decimal 195 86 10 0 0.56 0.95 0.24 24.65 0.9 0.4
Hex C3 56 A 0 38 5F 18 19 5A 28
Octal 303 126 12 0 70 137 30 31 132 50
Binary 11000011 1010110 1010 0 111000 1011111 11000 11001 1011010 101000

Color Harmonies of #C3560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3560A

Black with #C3560A

Text Example


Text Example

White with #C3560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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