Html Css Color HEX #C3670C Tenne (Tawny)

📋 copy color: '#C3670C'

red 195 ◦ green 103 ◦ blue 12

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

Shades of Tenne (Tawny) #C3670C

Tints of Tenne (Tawny) #C3670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 62.9%
G = 33.23%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3670C (or 0xC3670C) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 0C. RGB value is (195,103,12). Sum of RGB (Red+Green+Blue) = 195+103+12=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3670C is #3C98F3. Grayscale: #787878. Windows color (decimal): -3971316 or 812995. OLE color: 812995.

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

Color convert

RGB 195 103 12 -
CMYK 0 0.47 0.94 0.24
HSL 29.84º 0.88% 0.41% -
HSV(B) 29.84º 0.94% 0.76% -
XYZ 27.42 21.33 3.02 -
YUV 120.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 195 103 12 0 0.47 0.94 0.24 29.84 0.88 0.41
Hex C3 67 C 0 2F 5E 18 1E 58 29
Octal 303 147 14 0 57 136 30 36 130 51
Binary 11000011 1100111 1100 0 101111 1011110 11000 11110 1011000 101001

Color Harmonies of #C3670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3670C

Black with #C3670C

Text Example


Text Example

White with #C3670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3670C; }

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

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

background-color css

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

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

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

border-color css

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

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

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