Html Css Color HEX #C55607 Tenne (Tawny)

📋 copy color: '#C55607'

red 197 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #C55607

Tints of Tenne (Tawny) #C55607

RGB

 RED value IS 197 (77.34% from 255) = 67.93%

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

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

R = 67.93%
G = 29.66%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C55607 (or 0xC55607) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 07. RGB value is (197,86,7). Sum of RGB (Red+Green+Blue) = 197+86+7=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C55607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55607 is #3AA9F8. Grayscale: #6E6E6E. Windows color (decimal): -3844601 or 480965. OLE color: 480965.

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

Color convert

RGB 197 86 7 -
CMYK 0 0.56 0.96 0.23
HSL 24.95º 0.93% 0.4% -
HSV(B) 24.95º 0.96% 0.77% -
XYZ 26.39 18.54 2.39 -
YUV 110.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 197 86 7 0 0.56 0.96 0.23 24.95 0.93 0.4
Hex C5 56 7 0 38 60 17 19 5D 28
Octal 305 126 7 0 70 140 27 31 135 50
Binary 11000101 1010110 111 0 111000 1100000 10111 11001 1011101 101000

Color Harmonies of #C55607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55607

Black with #C55607

Text Example


Text Example

White with #C55607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55607; }

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

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

background-color css

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

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

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

border-color css

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

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

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