Html Css Color HEX #C55700 Tenne (Tawny)

📋 copy color: '#C55700'

red 197 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #C55700

Tints of Tenne (Tawny) #C55700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.37%
G = 30.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55700 (or 0xC55700) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 00. RGB value is (197,87,0). Sum of RGB (Red+Green+Blue) = 197+87+0=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C55700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55700 is #3AA8FF. Grayscale: #6E6E6E. Windows color (decimal): -3844352 or 22469. OLE color: 22469.

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

Color convert

RGB 197 87 0 -
CMYK 0 0.56 1 0.23
HSL 26.5º 1% 0.39% -
HSV(B) 26.5º 1% 0.77% -
XYZ 26.43 18.69 2.21 -
YUV 109.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 197 87 0 0 0.56 1 0.23 26.5 1 0.39
Hex C5 57 0 0 38 64 17 1A 64 27
Octal 305 127 0 0 70 144 27 32 144 47
Binary 11000101 1010111 0 0 111000 1100100 10111 11010 1100100 100111

Color Harmonies of #C55700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55700

Black with #C55700

Text Example


Text Example

White with #C55700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55700; }

 p { color: rgb(197,87,0); }

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

background-color css

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

 a { background-color: rgb(197,87,0); }

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

border-color css

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

 span { border-color: rgb(197,87,0); }

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