Html Css Color HEX #C25C01 Tenne (Tawny)

📋 copy color: '#C25C01'

red 194 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #C25C01

Tints of Tenne (Tawny) #C25C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 67.6%
G = 32.06%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25C01 (or 0xC25C01) is known color: Tenne (Tawny). HEX triplet: C2, 5C and 01. RGB value is (194,92,1). Sum of RGB (Red+Green+Blue) = 194+92+1=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C01 is #3DA3FE. Grayscale: #707070. Windows color (decimal): -4039679 or 89282. OLE color: 89282.

HSL color Cylindrical-coordinate representation of color #C25C01: hue angle of 28.29º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C25C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 92 1 -
CMYK 0 0.53 0.99 0.24
HSL 28.29º 0.99% 0.38% -
HSV(B) 28.29º 0.99% 0.76% -
XYZ 26.08 19.13 2.35 -
YUV 112.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 194 92 1 0 0.53 0.99 0.24 28.29 0.99 0.38
Hex C2 5C 1 0 35 63 18 1C 63 26
Octal 302 134 1 0 65 143 30 34 143 46
Binary 11000010 1011100 1 0 110101 1100011 11000 11100 1100011 100110

Color Harmonies of #C25C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C01

Black with #C25C01

Text Example


Text Example

White with #C25C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C01; }

 p { color: rgb(194,92,1); }

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

background-color css

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

 a { background-color: rgb(194,92,1); }

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

border-color css

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

 span { border-color: rgb(194,92,1); }

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