Html Css Color HEX #C25500 Tenne (Tawny)

📋 copy color: '#C25500'

red 194 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C25500

Tints of Tenne (Tawny) #C25500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 69.53%
G = 30.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C25500 (or 0xC25500) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 00. RGB value is (194,85,0). Sum of RGB (Red+Green+Blue) = 194+85+0=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C25500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25500 is #3DAAFF. Grayscale: #6C6C6C. Windows color (decimal): -4041472 or 21954. OLE color: 21954.

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

Color convert

RGB 194 85 0 -
CMYK 0 0.56 1 0.24
HSL 26.29º 1% 0.38% -
HSV(B) 26.29º 1% 0.76% -
XYZ 25.5 17.97 2.12 -
YUV 107.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 194 85 0 0 0.56 1 0.24 26.29 1 0.38
Hex C2 55 0 0 38 64 18 1A 64 26
Octal 302 125 0 0 70 144 30 32 144 46
Binary 11000010 1010101 0 0 111000 1100100 11000 11010 1100100 100110

Color Harmonies of #C25500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25500

Black with #C25500

Text Example


Text Example

White with #C25500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25500; }

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

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

background-color css

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

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

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

border-color css

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

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

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