Html Css Color HEX #C5570B Tenne (Tawny)

📋 copy color: '#C5570B'

red 197 ◦ green 87 ◦ blue 11

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

Shades of Tenne (Tawny) #C5570B

Tints of Tenne (Tawny) #C5570B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 66.78%
G = 29.49%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5570B (or 0xC5570B) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 0B. RGB value is (197,87,11). Sum of RGB (Red+Green+Blue) = 197+87+11=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5570B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5570B is #3AA8F4. Grayscale: #6F6F6F. Windows color (decimal): -3844341 or 743365. OLE color: 743365.

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

Color convert

RGB 197 87 11 -
CMYK 0 0.56 0.94 0.23
HSL 24.52º 0.89% 0.41% -
HSV(B) 24.52º 0.94% 0.77% -
XYZ 26.49 18.71 2.53 -
YUV 111.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 197 87 11 0 0.56 0.94 0.23 24.52 0.89 0.41
Hex C5 57 B 0 38 5E 17 19 59 29
Octal 305 127 13 0 70 136 27 31 131 51
Binary 11000101 1010111 1011 0 111000 1011110 10111 11001 1011001 101001

Color Harmonies of #C5570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5570B

Black with #C5570B

Text Example


Text Example

White with #C5570B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5570B; }

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

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

background-color css

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

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

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

border-color css

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

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

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