Html Css Color HEX #C25607 Tenne (Tawny)

📋 copy color: '#C25607'

red 194 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #C25607

Tints of Tenne (Tawny) #C25607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 67.6%
G = 29.97%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C25607 (or 0xC25607) is known color: Tenne (Tawny). HEX triplet: C2, 56 and 07. RGB value is (194,86,7). Sum of RGB (Red+Green+Blue) = 194+86+7=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C25607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25607 is #3DA9F8. Grayscale: #6D6D6D. Windows color (decimal): -4041209 or 480962. OLE color: 480962.

HSL color Cylindrical-coordinate representation of color #C25607: hue angle of 25.35º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C25607 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 86 7 -
CMYK 0 0.56 0.96 0.24
HSL 25.35º 0.93% 0.39% -
HSV(B) 25.35º 0.96% 0.76% -
XYZ 25.61 18.14 2.35 -
YUV 109.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 194 86 7 0 0.56 0.96 0.24 25.35 0.93 0.39
Hex C2 56 7 0 38 60 18 19 5D 27
Octal 302 126 7 0 70 140 30 31 135 47
Binary 11000010 1010110 111 0 111000 1100000 11000 11001 1011101 100111

Color Harmonies of #C25607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25607

Black with #C25607

Text Example


Text Example

White with #C25607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25607; }

 p { color: rgb(194,86,7); }

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

background-color css

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

 a { background-color: rgb(194,86,7); }

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

border-color css

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

 span { border-color: rgb(194,86,7); }

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