Html Css Color HEX #C3500E Tenne (Tawny)

📋 copy color: '#C3500E'

red 195 ◦ green 80 ◦ blue 14

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

Shades of Tenne (Tawny) #C3500E

Tints of Tenne (Tawny) #C3500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 67.47%
G = 27.68%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3500E (or 0xC3500E) is known color: Tenne (Tawny). HEX triplet: C3, 50 and 0E. RGB value is (195,80,14). Sum of RGB (Red+Green+Blue) = 195+80+14=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3500E is #3CAFF1. Grayscale: #6B6B6B. Windows color (decimal): -3977202 or 938179. OLE color: 938179.

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

Color convert

RGB 195 80 14 -
CMYK 0 0.59 0.93 0.24
HSL 21.88º 0.87% 0.41% -
HSV(B) 21.88º 0.93% 0.76% -
XYZ 25.45 17.37 2.43 -
YUV 106.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 195 80 14 0 0.59 0.93 0.24 21.88 0.87 0.41
Hex C3 50 E 0 3B 5D 18 16 57 29
Octal 303 120 16 0 73 135 30 26 127 51
Binary 11000011 1010000 1110 0 111011 1011101 11000 10110 1010111 101001

Color Harmonies of #C3500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3500E

Black with #C3500E

Text Example


Text Example

White with #C3500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3500E; }

 p { color: rgb(195,80,14); }

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

background-color css

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

 a { background-color: rgb(195,80,14); }

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

border-color css

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

 span { border-color: rgb(195,80,14); }

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