Html Css Color HEX #C85700 Tenne (Tawny)

📋 copy color: '#C85700'

red 200 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #C85700

Tints of Tenne (Tawny) #C85700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.69%
G = 30.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C85700 (or 0xC85700) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 00. RGB value is (200,87,0). Sum of RGB (Red+Green+Blue) = 200+87+0=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85700 is #37A8FF. Grayscale: #6F6F6F. Windows color (decimal): -3647744 or 22472. OLE color: 22472.

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

Color convert

RGB 200 87 0 -
CMYK 0 0.56 1 0.22
HSL 26.1º 1% 0.39% -
HSV(B) 26.1º 1% 0.78% -
XYZ 27.23 19.1 2.25 -
YUV 110.87 65.44 191.57 -
System Red Green Blue C M Y K H S L
Decimal 200 87 0 0 0.56 1 0.22 26.1 1 0.39
Hex C8 57 0 0 38 64 16 1A 64 27
Octal 310 127 0 0 70 144 26 32 144 47
Binary 11001000 1010111 0 0 111000 1100100 10110 11010 1100100 100111

Color Harmonies of #C85700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85700

Black with #C85700

Text Example


Text Example

White with #C85700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85700; }

 p { color: rgb(200,87,0); }

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

background-color css

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

 a { background-color: rgb(200,87,0); }

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

border-color css

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

 span { border-color: rgb(200,87,0); }

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