Html Css Color HEX #C24F06 Tenne (Tawny)

📋 copy color: '#C24F06'

red 194 ◦ green 79 ◦ blue 6

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

Shades of Tenne (Tawny) #C24F06

Tints of Tenne (Tawny) #C24F06

RGB

 RED value IS 194 (76.17% from 255) = 69.53%

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 69.53%
G = 28.32%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C24F06 (or 0xC24F06) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 06. RGB value is (194,79,6). Sum of RGB (Red+Green+Blue) = 194+79+6=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F06 is #3DB0F9. Grayscale: #696969. Windows color (decimal): -4043002 or 413634. OLE color: 413634.

HSL color Cylindrical-coordinate representation of color #C24F06: hue angle of 23.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24F06 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 6 -
CMYK 0 0.59 0.97 0.24
HSL 23.3º 0.94% 0.39% -
HSV(B) 23.3º 0.97% 0.76% -
XYZ 25.08 17.07 2.15 -
YUV 105.06 72.1 191.44 -
System Red Green Blue C M Y K H S L
Decimal 194 79 6 0 0.59 0.97 0.24 23.3 0.94 0.39
Hex C2 4F 6 0 3B 61 18 17 5E 27
Octal 302 117 6 0 73 141 30 27 136 47
Binary 11000010 1001111 110 0 111011 1100001 11000 10111 1011110 100111

Color Harmonies of #C24F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F06

Black with #C24F06

Text Example


Text Example

White with #C24F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F06; }

 p { color: rgb(194,79,6); }

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

background-color css

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

 a { background-color: rgb(194,79,6); }

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

border-color css

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

 span { border-color: rgb(194,79,6); }

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