Html Css Color HEX #C3680C Tenne (Tawny)

📋 copy color: '#C3680C'

red 195 ◦ green 104 ◦ blue 12

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

Shades of Tenne (Tawny) #C3680C

Tints of Tenne (Tawny) #C3680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 62.7%
G = 33.44%
B = 3.86%

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

#C3680C (or 0xC3680C) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 0C. RGB value is (195,104,12). Sum of RGB (Red+Green+Blue) = 195+104+12=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3680C is #3C97F3. Grayscale: #797979. Windows color (decimal): -3971060 or 813251. OLE color: 813251.

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

Color convert

RGB 195 104 12 -
CMYK 0 0.47 0.94 0.24
HSL 30.16º 0.88% 0.41% -
HSV(B) 30.16º 0.94% 0.76% -
XYZ 27.52 21.53 3.05 -
YUV 120.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 195 104 12 0 0.47 0.94 0.24 30.16 0.88 0.41
Hex C3 68 C 0 2F 5E 18 1E 58 29
Octal 303 150 14 0 57 136 30 36 130 51
Binary 11000011 1101000 1100 0 101111 1011110 11000 11110 1011000 101001

Color Harmonies of #C3680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3680C

Black with #C3680C

Text Example


Text Example

White with #C3680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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