Html Css Color HEX #C25715 Tenne (Tawny)

📋 copy color: '#C25715'

red 194 ◦ green 87 ◦ blue 21

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

Shades of Tenne (Tawny) #C25715

Tints of Tenne (Tawny) #C25715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 64.24%
G = 28.81%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25715 (or 0xC25715) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 15. RGB value is (194,87,21). Sum of RGB (Red+Green+Blue) = 194+87+21=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25715 is #3DA8EA. Grayscale: #6F6F6F. Windows color (decimal): -4040939 or 1398722. OLE color: 1398722.

HSL color Cylindrical-coordinate representation of color #C25715: hue angle of 22.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25715 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 21 -
CMYK 0 0.55 0.89 0.24
HSL 22.89º 0.8% 0.42% -
HSV(B) 22.89º 0.89% 0.76% -
XYZ 25.79 18.34 2.89 -
YUV 111.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 194 87 21 0 0.55 0.89 0.24 22.89 0.8 0.42
Hex C2 57 15 0 37 59 18 17 50 2A
Octal 302 127 25 0 67 131 30 27 120 52
Binary 11000010 1010111 10101 0 110111 1011001 11000 10111 1010000 101010

Color Harmonies of #C25715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25715

Black with #C25715

Text Example


Text Example

White with #C25715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25715; }

 p { color: rgb(194,87,21); }

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

background-color css

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

 a { background-color: rgb(194,87,21); }

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

border-color css

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

 span { border-color: rgb(194,87,21); }

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