Html Css Color HEX #C85801 Tenne (Tawny)

📋 copy color: '#C85801'

red 200 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C85801

Tints of Tenne (Tawny) #C85801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 69.2%
G = 30.45%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C85801 (or 0xC85801) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 01. RGB value is (200,88,1). Sum of RGB (Red+Green+Blue) = 200+88+1=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C85801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85801 is #37A7FE. Grayscale: #707070. Windows color (decimal): -3647487 or 88264. OLE color: 88264.

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

Color convert

RGB 200 88 1 -
CMYK 0 0.56 1.00 0.22
HSL 26.23º 0.99% 0.39% -
HSV(B) 26.23º 1% 0.78% -
XYZ 27.31 19.26 2.31 -
YUV 111.57 65.61 191.07 -
System Red Green Blue C M Y K H S L
Decimal 200 88 1 0 0.56 1.00 0.22 26.23 0.99 0.39
Hex C8 58 1 0 38 64 16 1A 63 27
Octal 310 130 1 0 70 144 26 32 143 47
Binary 11001000 1011000 1 0 111000 1100100 10110 11010 1100011 100111

Color Harmonies of #C85801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85801

Black with #C85801

Text Example


Text Example

White with #C85801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85801; }

 p { color: rgb(200,88,1); }

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

background-color css

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

 a { background-color: rgb(200,88,1); }

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

border-color css

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

 span { border-color: rgb(200,88,1); }

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