Html Css Color HEX #C25007 Tenne (Tawny)

📋 copy color: '#C25007'

red 194 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #C25007

Tints of Tenne (Tawny) #C25007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.49%

R = 69.04%
G = 28.47%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25007 (or 0xC25007) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 07. RGB value is (194,80,7). Sum of RGB (Red+Green+Blue) = 194+80+7=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C25007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25007 is #3DAFF8. Grayscale: #6A6A6A. Windows color (decimal): -4042745 or 479426. OLE color: 479426.

HSL color Cylindrical-coordinate representation of color #C25007: hue angle of 23.42º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25007 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 7 -
CMYK 0 0.59 0.96 0.24
HSL 23.42º 0.93% 0.39% -
HSV(B) 23.42º 0.96% 0.76% -
XYZ 25.16 17.22 2.2 -
YUV 105.76 72.27 190.94 -
System Red Green Blue C M Y K H S L
Decimal 194 80 7 0 0.59 0.96 0.24 23.42 0.93 0.39
Hex C2 50 7 0 3B 60 18 17 5D 27
Octal 302 120 7 0 73 140 30 27 135 47
Binary 11000010 1010000 111 0 111011 1100000 11000 10111 1011101 100111

Color Harmonies of #C25007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25007

Black with #C25007

Text Example


Text Example

White with #C25007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25007; }

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

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

background-color css

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

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

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

border-color css

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

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

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