Html Css Color HEX #C3630C Tenne (Tawny)

📋 copy color: '#C3630C'

red 195 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #C3630C

Tints of Tenne (Tawny) #C3630C

RGB

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

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

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

R = 63.73%
G = 32.35%
B = 3.92%

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

#C3630C (or 0xC3630C) is known color: Tenne (Tawny). HEX triplet: C3, 63 and 0C. RGB value is (195,99,12). Sum of RGB (Red+Green+Blue) = 195+99+12=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3630C is #3C9CF3. Grayscale: #767676. Windows color (decimal): -3972340 or 811971. OLE color: 811971.

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

Color convert

RGB 195 99 12 -
CMYK 0 0.49 0.94 0.24
HSL 28.52º 0.88% 0.41% -
HSV(B) 28.52º 0.94% 0.76% -
XYZ 27.03 20.55 2.89 -
YUV 117.79 68.3 183.07 -
System Red Green Blue C M Y K H S L
Decimal 195 99 12 0 0.49 0.94 0.24 28.52 0.88 0.41
Hex C3 63 C 0 31 5E 18 1D 58 29
Octal 303 143 14 0 61 136 30 35 130 51
Binary 11000011 1100011 1100 0 110001 1011110 11000 11101 1011000 101001

Color Harmonies of #C3630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3630C

Black with #C3630C

Text Example


Text Example

White with #C3630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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