Html Css Color HEX #C8530F Tenne (Tawny)

📋 copy color: '#C8530F'

red 200 ◦ green 83 ◦ blue 15

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

Shades of Tenne (Tawny) #C8530F

Tints of Tenne (Tawny) #C8530F

RGB

 RED value IS 200 (78.52% from 255) = 67.11%

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 67.11%
G = 27.85%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8530F (or 0xC8530F) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 0F. RGB value is (200,83,15). Sum of RGB (Red+Green+Blue) = 200+83+15=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8530F is #37ACF0. Grayscale: #6E6E6E. Windows color (decimal): -3648753 or 1004488. OLE color: 1004488.

HSL color Cylindrical-coordinate representation of color #C8530F: hue angle of 22.05º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8530F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 15 -
CMYK 0 0.58 0.92 0.22
HSL 22.05º 0.86% 0.42% -
HSV(B) 22.05º 0.93% 0.78% -
XYZ 27 18.5 2.6 -
YUV 110.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 200 83 15 0 0.58 0.92 0.22 22.05 0.86 0.42
Hex C8 53 F 0 3A 5C 16 16 56 2A
Octal 310 123 17 0 72 134 26 26 126 52
Binary 11001000 1010011 1111 0 111010 1011100 10110 10110 1010110 101010

Color Harmonies of #C8530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8530F

Black with #C8530F

Text Example


Text Example

White with #C8530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8530F; }

 p { color: rgb(200,83,15); }

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

background-color css

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

 a { background-color: rgb(200,83,15); }

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

border-color css

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

 span { border-color: rgb(200,83,15); }

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