Html Css Color HEX #C25712 Tenne (Tawny)

📋 copy color: '#C25712'

red 194 ◦ green 87 ◦ blue 18

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

Shades of Tenne (Tawny) #C25712

Tints of Tenne (Tawny) #C25712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 64.88%
G = 29.1%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25712 (or 0xC25712) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 12. RGB value is (194,87,18). Sum of RGB (Red+Green+Blue) = 194+87+18=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25712 is #3DA8ED. Grayscale: #6F6F6F. Windows color (decimal): -4040942 or 1202114. OLE color: 1202114.

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

Color convert

RGB 194 87 18 -
CMYK 0 0.55 0.91 0.24
HSL 23.52º 0.83% 0.42% -
HSV(B) 23.52º 0.91% 0.76% -
XYZ 25.77 18.33 2.75 -
YUV 111.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 194 87 18 0 0.55 0.91 0.24 23.52 0.83 0.42
Hex C2 57 12 0 37 5B 18 18 53 2A
Octal 302 127 22 0 67 133 30 30 123 52
Binary 11000010 1010111 10010 0 110111 1011011 11000 11000 1010011 101010

Color Harmonies of #C25712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25712

Black with #C25712

Text Example


Text Example

White with #C25712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25712; }

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

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

background-color css

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

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

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

border-color css

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

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

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