Html Css Color HEX #C85705 Tenne (Tawny)

📋 copy color: '#C85705'

red 200 ◦ green 87 ◦ blue 5

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

Shades of Tenne (Tawny) #C85705

Tints of Tenne (Tawny) #C85705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 68.49%
G = 29.79%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85705 (or 0xC85705) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 05. RGB value is (200,87,5). Sum of RGB (Red+Green+Blue) = 200+87+5=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C85705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85705 is #37A8FA. Grayscale: #6F6F6F. Windows color (decimal): -3647739 or 350152. OLE color: 350152.

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

Color convert

RGB 200 87 5 -
CMYK 0 0.56 0.98 0.22
HSL 25.23º 0.95% 0.4% -
HSV(B) 25.23º 0.98% 0.78% -
XYZ 27.26 19.11 2.4 -
YUV 111.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 200 87 5 0 0.56 0.98 0.22 25.23 0.95 0.4
Hex C8 57 5 0 38 62 16 19 5F 28
Octal 310 127 5 0 70 142 26 31 137 50
Binary 11001000 1010111 101 0 111000 1100010 10110 11001 1011111 101000

Color Harmonies of #C85705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85705

Black with #C85705

Text Example


Text Example

White with #C85705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85705; }

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

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

background-color css

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

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

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

border-color css

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

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

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