Html Css Color HEX #C4630F Tenne (Tawny)

📋 copy color: '#C4630F'

red 196 ◦ green 99 ◦ blue 15

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

Shades of Tenne (Tawny) #C4630F

Tints of Tenne (Tawny) #C4630F

RGB

 RED value IS 196 (76.95% from 255) = 63.23%

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

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 63.23%
G = 31.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4630F (or 0xC4630F) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 0F. RGB value is (196,99,15). Sum of RGB (Red+Green+Blue) = 196+99+15=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4630F is #3B9CF0. Grayscale: #767676. Windows color (decimal): -3906801 or 1008580. OLE color: 1008580.

HSL color Cylindrical-coordinate representation of color #C4630F: hue angle of 27.85º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4630F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 15 -
CMYK 0 0.49 0.92 0.23
HSL 27.85º 0.86% 0.41% -
HSV(B) 27.85º 0.92% 0.77% -
XYZ 27.31 20.69 3.01 -
YUV 118.43 69.64 183.33 -
System Red Green Blue C M Y K H S L
Decimal 196 99 15 0 0.49 0.92 0.23 27.85 0.86 0.41
Hex C4 63 F 0 31 5C 17 1C 56 29
Octal 304 143 17 0 61 134 27 34 126 51
Binary 11000100 1100011 1111 0 110001 1011100 10111 11100 1010110 101001

Color Harmonies of #C4630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4630F

Black with #C4630F

Text Example


Text Example

White with #C4630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4630F; }

 p { color: rgb(196,99,15); }

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

background-color css

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

 a { background-color: rgb(196,99,15); }

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

border-color css

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

 span { border-color: rgb(196,99,15); }

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