Html Css Color HEX #C2540F Tenne (Tawny)

📋 copy color: '#C2540F'

red 194 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #C2540F

Tints of Tenne (Tawny) #C2540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 66.21%
G = 28.67%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2540F (or 0xC2540F) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 0F. RGB value is (194,84,15). Sum of RGB (Red+Green+Blue) = 194+84+15=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2540F is #3DABF0. Grayscale: #6D6D6D. Windows color (decimal): -4041713 or 1004738. OLE color: 1004738.

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

Color convert

RGB 194 84 15 -
CMYK 0 0.57 0.92 0.24
HSL 23.13º 0.86% 0.41% -
HSV(B) 23.13º 0.92% 0.76% -
XYZ 25.5 17.84 2.55 -
YUV 109.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 194 84 15 0 0.57 0.92 0.24 23.13 0.86 0.41
Hex C2 54 F 0 39 5C 18 17 56 29
Octal 302 124 17 0 71 134 30 27 126 51
Binary 11000010 1010100 1111 0 111001 1011100 11000 10111 1010110 101001

Color Harmonies of #C2540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2540F

Black with #C2540F

Text Example


Text Example

White with #C2540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2540F; }

 p { color: rgb(194,84,15); }

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

background-color css

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

 a { background-color: rgb(194,84,15); }

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

border-color css

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

 span { border-color: rgb(194,84,15); }

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