Html Css Color HEX #C25E05 Tenne (Tawny)

📋 copy color: '#C25E05'

red 194 ◦ green 94 ◦ blue 5

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

Shades of Tenne (Tawny) #C25E05

Tints of Tenne (Tawny) #C25E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 66.21%
G = 32.08%
B = 1.71%

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

#C25E05 (or 0xC25E05) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 05. RGB value is (194,94,5). Sum of RGB (Red+Green+Blue) = 194+94+5=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E05 is #3DA1FA. Grayscale: #727272. Windows color (decimal): -4039163 or 351938. OLE color: 351938.

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

Color convert

RGB 194 94 5 -
CMYK 0 0.52 0.97 0.24
HSL 28.25º 0.95% 0.39% -
HSV(B) 28.25º 0.97% 0.76% -
XYZ 26.28 19.49 2.52 -
YUV 113.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 194 94 5 0 0.52 0.97 0.24 28.25 0.95 0.39
Hex C2 5E 5 0 34 61 18 1C 5F 27
Octal 302 136 5 0 64 141 30 34 137 47
Binary 11000010 1011110 101 0 110100 1100001 11000 11100 1011111 100111

Color Harmonies of #C25E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E05

Black with #C25E05

Text Example


Text Example

White with #C25E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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