Html Css Color HEX #C25F09 Tenne (Tawny)

📋 copy color: '#C25F09'

red 194 ◦ green 95 ◦ blue 9

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

Shades of Tenne (Tawny) #C25F09

Tints of Tenne (Tawny) #C25F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 9 (3.91% from 255) = 3.02%

R = 65.1%
G = 31.88%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C25F09 (or 0xC25F09) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 09. RGB value is (194,95,9). Sum of RGB (Red+Green+Blue) = 194+95+9=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F09 is #3DA0F6. Grayscale: #737373. Windows color (decimal): -4038903 or 614338. OLE color: 614338.

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

Color convert

RGB 194 95 9 -
CMYK 0 0.51 0.95 0.24
HSL 27.89º 0.91% 0.4% -
HSV(B) 27.89º 0.95% 0.76% -
XYZ 26.39 19.67 2.66 -
YUV 114.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 194 95 9 0 0.51 0.95 0.24 27.89 0.91 0.4
Hex C2 5F 9 0 33 5F 18 1C 5B 28
Octal 302 137 11 0 63 137 30 34 133 50
Binary 11000010 1011111 1001 0 110011 1011111 11000 11100 1011011 101000

Color Harmonies of #C25F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F09

Black with #C25F09

Text Example


Text Example

White with #C25F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F09; }

 p { color: rgb(194,95,9); }

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

background-color css

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

 a { background-color: rgb(194,95,9); }

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

border-color css

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

 span { border-color: rgb(194,95,9); }

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