Html Css Color HEX #C25C06 Tenne (Tawny)

📋 copy color: '#C25C06'

red 194 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #C25C06

Tints of Tenne (Tawny) #C25C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 66.44%
G = 31.51%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25C06 (or 0xC25C06) is known color: Tenne (Tawny). HEX triplet: C2, 5C and 06. RGB value is (194,92,6). Sum of RGB (Red+Green+Blue) = 194+92+6=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C06 is #3DA3F9. Grayscale: #717171. Windows color (decimal): -4039674 or 416962. OLE color: 416962.

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

Color convert

RGB 194 92 6 -
CMYK 0 0.53 0.97 0.24
HSL 27.45º 0.94% 0.39% -
HSV(B) 27.45º 0.97% 0.76% -
XYZ 26.11 19.14 2.49 -
YUV 112.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 194 92 6 0 0.53 0.97 0.24 27.45 0.94 0.39
Hex C2 5C 6 0 35 61 18 1B 5E 27
Octal 302 134 6 0 65 141 30 33 136 47
Binary 11000010 1011100 110 0 110101 1100001 11000 11011 1011110 100111

Color Harmonies of #C25C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C06

Black with #C25C06

Text Example


Text Example

White with #C25C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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