Html Css Color HEX #C25F05 Tenne (Tawny)

📋 copy color: '#C25F05'

red 194 ◦ green 95 ◦ blue 5

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

Shades of Tenne (Tawny) #C25F05

Tints of Tenne (Tawny) #C25F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.7%

R = 65.99%
G = 32.31%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25F05 (or 0xC25F05) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 05. RGB value is (194,95,5). Sum of RGB (Red+Green+Blue) = 194+95+5=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F05 is #3DA0FA. Grayscale: #727272. Windows color (decimal): -4038907 or 352194. OLE color: 352194.

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

Color convert

RGB 194 95 5 -
CMYK 0 0.51 0.97 0.24
HSL 28.57º 0.95% 0.39% -
HSV(B) 28.57º 0.97% 0.76% -
XYZ 26.37 19.66 2.55 -
YUV 114.34 66.3 184.82 -
System Red Green Blue C M Y K H S L
Decimal 194 95 5 0 0.51 0.97 0.24 28.57 0.95 0.39
Hex C2 5F 5 0 33 61 18 1D 5F 27
Octal 302 137 5 0 63 141 30 35 137 47
Binary 11000010 1011111 101 0 110011 1100001 11000 11101 1011111 100111

Color Harmonies of #C25F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F05

Black with #C25F05

Text Example


Text Example

White with #C25F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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