Html Css Color HEX #C4610F Tenne (Tawny)

📋 copy color: '#C4610F'

red 196 ◦ green 97 ◦ blue 15

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

Shades of Tenne (Tawny) #C4610F

Tints of Tenne (Tawny) #C4610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 63.64%
G = 31.49%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4610F (or 0xC4610F) is known color: Tenne (Tawny). HEX triplet: C4, 61 and 0F. RGB value is (196,97,15). Sum of RGB (Red+Green+Blue) = 196+97+15=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4610F is #3B9EF0. Grayscale: #757575. Windows color (decimal): -3907313 or 1008068. OLE color: 1008068.

HSL color Cylindrical-coordinate representation of color #C4610F: hue angle of 27.18º 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 #C4610F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 15 -
CMYK 0 0.51 0.92 0.23
HSL 27.18º 0.86% 0.41% -
HSV(B) 27.18º 0.92% 0.77% -
XYZ 27.13 20.32 2.94 -
YUV 117.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 196 97 15 0 0.51 0.92 0.23 27.18 0.86 0.41
Hex C4 61 F 0 33 5C 17 1B 56 29
Octal 304 141 17 0 63 134 27 33 126 51
Binary 11000100 1100001 1111 0 110011 1011100 10111 11011 1010110 101001

Color Harmonies of #C4610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4610F

Black with #C4610F

Text Example


Text Example

White with #C4610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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