Html Css Color HEX #C25E00 Tenne (Tawny)

📋 copy color: '#C25E00'

red 194 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #C25E00

Tints of Tenne (Tawny) #C25E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.36%
G = 32.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25E00 (or 0xC25E00) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 00. RGB value is (194,94,0). Sum of RGB (Red+Green+Blue) = 194+94+0=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E00 is #3DA1FF. Grayscale: #717171. Windows color (decimal): -4039168 or 24258. OLE color: 24258.

HSL color Cylindrical-coordinate representation of color #C25E00: hue angle of 29.07º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C25E00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 0 -
CMYK 0 0.52 1 0.24
HSL 29.07º 1% 0.38% -
HSV(B) 29.07º 1% 0.76% -
XYZ 26.25 19.47 2.38 -
YUV 113.18 64.13 185.64 -
System Red Green Blue C M Y K H S L
Decimal 194 94 0 0 0.52 1 0.24 29.07 1 0.38
Hex C2 5E 0 0 34 64 18 1D 64 26
Octal 302 136 0 0 64 144 30 35 144 46
Binary 11000010 1011110 0 0 110100 1100100 11000 11101 1100100 100110

Color Harmonies of #C25E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E00

Black with #C25E00

Text Example


Text Example

White with #C25E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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