Html Css Color HEX #C55C06 Tenne (Tawny)

📋 copy color: '#C55C06'

red 197 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #C55C06

Tints of Tenne (Tawny) #C55C06

RGB

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

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

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

R = 66.78%
G = 31.19%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C55C06 (or 0xC55C06) is known color: Tenne (Tawny). HEX triplet: C5, 5C and 06. RGB value is (197,92,6). Sum of RGB (Red+Green+Blue) = 197+92+6=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C06 is #3AA3F9. Grayscale: #727272. Windows color (decimal): -3843066 or 416965. OLE color: 416965.

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

Color convert

RGB 197 92 6 -
CMYK 0 0.53 0.97 0.23
HSL 27.02º 0.94% 0.4% -
HSV(B) 27.02º 0.97% 0.77% -
XYZ 26.89 19.54 2.53 -
YUV 113.59 67.29 187.49 -
System Red Green Blue C M Y K H S L
Decimal 197 92 6 0 0.53 0.97 0.23 27.02 0.94 0.4
Hex C5 5C 6 0 35 61 17 1B 5E 28
Octal 305 134 6 0 65 141 27 33 136 50
Binary 11000101 1011100 110 0 110101 1100001 10111 11011 1011110 101000

Color Harmonies of #C55C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C06

Black with #C55C06

Text Example


Text Example

White with #C55C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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