Html Css Color HEX #C25208 Tenne (Tawny)

📋 copy color: '#C25208'

red 194 ◦ green 82 ◦ blue 8

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

Shades of Tenne (Tawny) #C25208

Tints of Tenne (Tawny) #C25208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 68.31%
G = 28.87%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25208 (or 0xC25208) is known color: Tenne (Tawny). HEX triplet: C2, 52 and 08. RGB value is (194,82,8). Sum of RGB (Red+Green+Blue) = 194+82+8=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C25208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25208 is #3DADF7. Grayscale: #6B6B6B. Windows color (decimal): -4042232 or 545474. OLE color: 545474.

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

Color convert

RGB 194 82 8 -
CMYK 0 0.58 0.96 0.24
HSL 23.87º 0.92% 0.4% -
HSV(B) 23.87º 0.96% 0.76% -
XYZ 25.31 17.52 2.28 -
YUV 107.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 194 82 8 0 0.58 0.96 0.24 23.87 0.92 0.4
Hex C2 52 8 0 3A 60 18 18 5C 28
Octal 302 122 10 0 72 140 30 30 134 50
Binary 11000010 1010010 1000 0 111010 1100000 11000 11000 1011100 101000

Color Harmonies of #C25208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25208

Black with #C25208

Text Example


Text Example

White with #C25208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25208; }

 p { color: rgb(194,82,8); }

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

background-color css

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

 a { background-color: rgb(194,82,8); }

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

border-color css

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

 span { border-color: rgb(194,82,8); }

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