Html Css Color HEX #C3620C Tenne (Tawny)

📋 copy color: '#C3620C'

red 195 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #C3620C

Tints of Tenne (Tawny) #C3620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.13%

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

R = 63.93%
G = 32.13%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3620C (or 0xC3620C) is known color: Tenne (Tawny). HEX triplet: C3, 62 and 0C. RGB value is (195,98,12). Sum of RGB (Red+Green+Blue) = 195+98+12=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3620C is #3C9DF3. Grayscale: #757575. Windows color (decimal): -3972596 or 811715. OLE color: 811715.

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

Color convert

RGB 195 98 12 -
CMYK 0 0.50 0.94 0.24
HSL 28.2º 0.88% 0.41% -
HSV(B) 28.2º 0.94% 0.76% -
XYZ 26.94 20.36 2.86 -
YUV 117.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 195 98 12 0 0.50 0.94 0.24 28.2 0.88 0.41
Hex C3 62 C 0 32 5E 18 1C 58 29
Octal 303 142 14 0 62 136 30 34 130 51
Binary 11000011 1100010 1100 0 110010 1011110 11000 11100 1011000 101001

Color Harmonies of #C3620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3620C

Black with #C3620C

Text Example


Text Example

White with #C3620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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