Html Css Color HEX #C85C11 Tenne (Tawny)

📋 copy color: '#C85C11'

red 200 ◦ green 92 ◦ blue 17

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

Shades of Tenne (Tawny) #C85C11

Tints of Tenne (Tawny) #C85C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.77%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 64.72%
G = 29.77%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85C11 (or 0xC85C11) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 11. RGB value is (200,92,17). Sum of RGB (Red+Green+Blue) = 200+92+17=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C11 is #37A3EE. Grayscale: #747474. Windows color (decimal): -3646447 or 1137864. OLE color: 1137864.

HSL color Cylindrical-coordinate representation of color #C85C11: hue angle of 24.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C85C11 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 92 17 -
CMYK 0 0.54 0.92 0.22
HSL 24.59º 0.84% 0.43% -
HSV(B) 24.59º 0.92% 0.78% -
XYZ 27.75 19.97 2.92 -
YUV 115.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 200 92 17 0 0.54 0.92 0.22 24.59 0.84 0.43
Hex C8 5C 11 0 36 5C 16 19 54 2B
Octal 310 134 21 0 66 134 26 31 124 53
Binary 11001000 1011100 10001 0 110110 1011100 10110 11001 1010100 101011

Color Harmonies of #C85C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C11

Black with #C85C11

Text Example


Text Example

White with #C85C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C11; }

 p { color: rgb(200,92,17); }

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

background-color css

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

 a { background-color: rgb(200,92,17); }

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

border-color css

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

 span { border-color: rgb(200,92,17); }

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