Html Css Color HEX #C85601 Tenne (Tawny)

📋 copy color: '#C85601'

red 200 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #C85601

Tints of Tenne (Tawny) #C85601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 69.69%
G = 29.97%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C85601 (or 0xC85601) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 01. RGB value is (200,86,1). Sum of RGB (Red+Green+Blue) = 200+86+1=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85601 is #37A9FE. Grayscale: #6E6E6E. Windows color (decimal): -3647999 or 87752. OLE color: 87752.

HSL color Cylindrical-coordinate representation of color #C85601: hue angle of 25.63º 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 #C85601 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 1 -
CMYK 0 0.57 1.00 0.22
HSL 25.63º 0.99% 0.39% -
HSV(B) 25.63º 1% 0.78% -
XYZ 27.15 18.94 2.25 -
YUV 110.4 66.27 191.91 -
System Red Green Blue C M Y K H S L
Decimal 200 86 1 0 0.57 1.00 0.22 25.63 0.99 0.39
Hex C8 56 1 0 39 64 16 1A 63 27
Octal 310 126 1 0 71 144 26 32 143 47
Binary 11001000 1010110 1 0 111001 1100100 10110 11010 1100011 100111

Color Harmonies of #C85601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85601

Black with #C85601

Text Example


Text Example

White with #C85601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85601; }

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

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

background-color css

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

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

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

border-color css

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

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

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