Html Css Color HEX #C3630E Tenne (Tawny)

📋 copy color: '#C3630E'

red 195 ◦ green 99 ◦ blue 14

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

Shades of Tenne (Tawny) #C3630E

Tints of Tenne (Tawny) #C3630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 63.31%
G = 32.14%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3630E (or 0xC3630E) is known color: Tenne (Tawny). HEX triplet: C3, 63 and 0E. RGB value is (195,99,14). Sum of RGB (Red+Green+Blue) = 195+99+14=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3630E is #3C9CF1. Grayscale: #767676. Windows color (decimal): -3972338 or 943043. OLE color: 943043.

HSL color Cylindrical-coordinate representation of color #C3630E: hue angle of 28.18º 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 #C3630E is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 14 -
CMYK 0 0.49 0.93 0.24
HSL 28.18º 0.87% 0.41% -
HSV(B) 28.18º 0.93% 0.76% -
XYZ 27.05 20.56 2.96 -
YUV 118.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 195 99 14 0 0.49 0.93 0.24 28.18 0.87 0.41
Hex C3 63 E 0 31 5D 18 1C 57 29
Octal 303 143 16 0 61 135 30 34 127 51
Binary 11000011 1100011 1110 0 110001 1011101 11000 11100 1010111 101001

Color Harmonies of #C3630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3630E

Black with #C3630E

Text Example


Text Example

White with #C3630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3630E; }

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

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

background-color css

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

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

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

border-color css

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

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

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