Html Css Color HEX #C3560B Tenne (Tawny)

📋 copy color: '#C3560B'

red 195 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #C3560B

Tints of Tenne (Tawny) #C3560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 66.78%
G = 29.45%
B = 3.77%

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

#C3560B (or 0xC3560B) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 0B. RGB value is (195,86,11). Sum of RGB (Red+Green+Blue) = 195+86+11=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560B is #3CA9F4. Grayscale: #6E6E6E. Windows color (decimal): -3975669 or 743107. OLE color: 743107.

HSL color Cylindrical-coordinate representation of color #C3560B: hue angle of 24.46º degrees, saturation: 0.89, 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 #C3560B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 86 11 -
CMYK 0 0.56 0.94 0.24
HSL 24.46º 0.89% 0.4% -
HSV(B) 24.46º 0.94% 0.76% -
XYZ 25.89 18.28 2.48 -
YUV 110.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 195 86 11 0 0.56 0.94 0.24 24.46 0.89 0.4
Hex C3 56 B 0 38 5E 18 18 59 28
Octal 303 126 13 0 70 136 30 30 131 50
Binary 11000011 1010110 1011 0 111000 1011110 11000 11000 1011001 101000

Color Harmonies of #C3560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3560B

Black with #C3560B

Text Example


Text Example

White with #C3560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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