Html Css Color HEX #C25006 Tenne (Tawny)

📋 copy color: '#C25006'

red 194 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #C25006

Tints of Tenne (Tawny) #C25006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 69.29%
G = 28.57%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25006 (or 0xC25006) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 06. RGB value is (194,80,6). Sum of RGB (Red+Green+Blue) = 194+80+6=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25006 is #3DAFF9. Grayscale: #6A6A6A. Windows color (decimal): -4042746 or 413890. OLE color: 413890.

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

Color convert

RGB 194 80 6 -
CMYK 0 0.59 0.97 0.24
HSL 23.62º 0.94% 0.39% -
HSV(B) 23.62º 0.97% 0.76% -
XYZ 25.15 17.22 2.17 -
YUV 105.65 71.77 191.02 -
System Red Green Blue C M Y K H S L
Decimal 194 80 6 0 0.59 0.97 0.24 23.62 0.94 0.39
Hex C2 50 6 0 3B 61 18 18 5E 27
Octal 302 120 6 0 73 141 30 30 136 47
Binary 11000010 1010000 110 0 111011 1100001 11000 11000 1011110 100111

Color Harmonies of #C25006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25006

Black with #C25006

Text Example


Text Example

White with #C25006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25006; }

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

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

background-color css

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

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

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

border-color css

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

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

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