Html Css Color HEX #C6570C Tenne (Tawny)

📋 copy color: '#C6570C'

red 198 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #C6570C

Tints of Tenne (Tawny) #C6570C

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

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

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 66.67%
G = 29.29%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6570C (or 0xC6570C) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 0C. RGB value is (198,87,12). Sum of RGB (Red+Green+Blue) = 198+87+12=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6570C is #39A8F3. Grayscale: #707070. Windows color (decimal): -3778804 or 808902. OLE color: 808902.

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

Color convert

RGB 198 87 12 -
CMYK 0 0.56 0.94 0.22
HSL 24.19º 0.89% 0.41% -
HSV(B) 24.19º 0.94% 0.78% -
XYZ 26.76 18.85 2.58 -
YUV 111.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 198 87 12 0 0.56 0.94 0.22 24.19 0.89 0.41
Hex C6 57 C 0 38 5E 16 18 59 29
Octal 306 127 14 0 70 136 26 30 131 51
Binary 11000110 1010111 1100 0 111000 1011110 10110 11000 1011001 101001

Color Harmonies of #C6570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6570C

Black with #C6570C

Text Example


Text Example

White with #C6570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6570C; }

 p { color: rgb(198,87,12); }

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

background-color css

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

 a { background-color: rgb(198,87,12); }

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

border-color css

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

 span { border-color: rgb(198,87,12); }

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