Html Css Color HEX #C25E06 Tenne (Tawny)

📋 copy color: '#C25E06'

red 194 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #C25E06

Tints of Tenne (Tawny) #C25E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 65.99%
G = 31.97%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25E06 (or 0xC25E06) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 06. RGB value is (194,94,6). Sum of RGB (Red+Green+Blue) = 194+94+6=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E06 is #3DA1F9. Grayscale: #727272. Windows color (decimal): -4039162 or 417474. OLE color: 417474.

HSL color Cylindrical-coordinate representation of color #C25E06: hue angle of 28.09º 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 #C25E06 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 6 -
CMYK 0 0.52 0.97 0.24
HSL 28.09º 0.94% 0.39% -
HSV(B) 28.09º 0.97% 0.76% -
XYZ 26.28 19.49 2.55 -
YUV 113.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 194 94 6 0 0.52 0.97 0.24 28.09 0.94 0.39
Hex C2 5E 6 0 34 61 18 1C 5E 27
Octal 302 136 6 0 64 141 30 34 136 47
Binary 11000010 1011110 110 0 110100 1100001 11000 11100 1011110 100111

Color Harmonies of #C25E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E06

Black with #C25E06

Text Example


Text Example

White with #C25E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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