Html Css Color HEX #C3640C Tenne (Tawny)

📋 copy color: '#C3640C'

red 195 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #C3640C

Tints of Tenne (Tawny) #C3640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 63.52%
G = 32.57%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3640C (or 0xC3640C) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 0C. RGB value is (195,100,12). Sum of RGB (Red+Green+Blue) = 195+100+12=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3640C is #3C9BF3. Grayscale: #767676. Windows color (decimal): -3972084 or 812227. OLE color: 812227.

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

Color convert

RGB 195 100 12 -
CMYK 0 0.49 0.94 0.24
HSL 28.85º 0.88% 0.41% -
HSV(B) 28.85º 0.94% 0.76% -
XYZ 27.13 20.74 2.92 -
YUV 118.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 195 100 12 0 0.49 0.94 0.24 28.85 0.88 0.41
Hex C3 64 C 0 31 5E 18 1D 58 29
Octal 303 144 14 0 61 136 30 35 130 51
Binary 11000011 1100100 1100 0 110001 1011110 11000 11101 1011000 101001

Color Harmonies of #C3640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3640C

Black with #C3640C

Text Example


Text Example

White with #C3640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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