Html Css Color HEX #C4550C Tenne (Tawny)

📋 copy color: '#C4550C'

red 196 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #C4550C

Tints of Tenne (Tawny) #C4550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

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

R = 66.89%
G = 29.01%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4550C (or 0xC4550C) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 0C. RGB value is (196,85,12). Sum of RGB (Red+Green+Blue) = 196+85+12=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C4550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4550C is #3BAAF3. Grayscale: #6E6E6E. Windows color (decimal): -3910388 or 808388. OLE color: 808388.

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

Color convert

RGB 196 85 12 -
CMYK 0 0.57 0.94 0.23
HSL 23.8º 0.88% 0.41% -
HSV(B) 23.8º 0.94% 0.77% -
XYZ 26.08 18.26 2.5 -
YUV 109.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 196 85 12 0 0.57 0.94 0.23 23.8 0.88 0.41
Hex C4 55 C 0 39 5E 17 18 58 29
Octal 304 125 14 0 71 136 27 30 130 51
Binary 11000100 1010101 1100 0 111001 1011110 10111 11000 1011000 101001

Color Harmonies of #C4550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4550C

Black with #C4550C

Text Example


Text Example

White with #C4550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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