Html Css Color HEX #C4600C Tenne (Tawny)

📋 copy color: '#C4600C'

red 196 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #C4600C

Tints of Tenne (Tawny) #C4600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

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

R = 64.47%
G = 31.58%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4600C (or 0xC4600C) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 0C. RGB value is (196,96,12). Sum of RGB (Red+Green+Blue) = 196+96+12=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4600C is #3B9FF3. Grayscale: #747474. Windows color (decimal): -3907572 or 811204. OLE color: 811204.

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

Color convert

RGB 196 96 12 -
CMYK 0 0.51 0.94 0.23
HSL 27.39º 0.88% 0.41% -
HSV(B) 27.39º 0.94% 0.77% -
XYZ 27.01 20.13 2.81 -
YUV 116.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 196 96 12 0 0.51 0.94 0.23 27.39 0.88 0.41
Hex C4 60 C 0 33 5E 17 1B 58 29
Octal 304 140 14 0 63 136 27 33 130 51
Binary 11000100 1100000 1100 0 110011 1011110 10111 11011 1011000 101001

Color Harmonies of #C4600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4600C

Black with #C4600C

Text Example


Text Example

White with #C4600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4600C; }

 p { color: rgb(196,96,12); }

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

background-color css

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

 a { background-color: rgb(196,96,12); }

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

border-color css

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

 span { border-color: rgb(196,96,12); }

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