Html Css Color HEX #C25308 Tenne (Tawny)

📋 copy color: '#C25308'

red 194 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #C25308

Tints of Tenne (Tawny) #C25308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 68.07%
G = 29.12%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25308 (or 0xC25308) is known color: Tenne (Tawny). HEX triplet: C2, 53 and 08. RGB value is (194,83,8). Sum of RGB (Red+Green+Blue) = 194+83+8=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C25308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25308 is #3DACF7. Grayscale: #6C6C6C. Windows color (decimal): -4041976 or 545730. OLE color: 545730.

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

Color convert

RGB 194 83 8 -
CMYK 0 0.57 0.96 0.24
HSL 24.19º 0.92% 0.4% -
HSV(B) 24.19º 0.96% 0.76% -
XYZ 25.39 17.67 2.3 -
YUV 107.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 194 83 8 0 0.57 0.96 0.24 24.19 0.92 0.4
Hex C2 53 8 0 39 60 18 18 5C 28
Octal 302 123 10 0 71 140 30 30 134 50
Binary 11000010 1010011 1000 0 111001 1100000 11000 11000 1011100 101000

Color Harmonies of #C25308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25308

Black with #C25308

Text Example


Text Example

White with #C25308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25308; }

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

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

background-color css

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

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

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

border-color css

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

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

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