Html Css Color HEX #C85A11 Tenne (Tawny)

📋 copy color: '#C85A11'

red 200 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #C85A11

Tints of Tenne (Tawny) #C85A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 65.15%
G = 29.32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85A11 (or 0xC85A11) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 11. RGB value is (200,90,17). Sum of RGB (Red+Green+Blue) = 200+90+17=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A11 is #37A5EE. Grayscale: #727272. Windows color (decimal): -3646959 or 1137352. OLE color: 1137352.

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

Color convert

RGB 200 90 17 -
CMYK 0 0.55 0.92 0.22
HSL 23.93º 0.84% 0.43% -
HSV(B) 23.93º 0.92% 0.78% -
XYZ 27.58 19.63 2.87 -
YUV 114.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 200 90 17 0 0.55 0.92 0.22 23.93 0.84 0.43
Hex C8 5A 11 0 37 5C 16 18 54 2B
Octal 310 132 21 0 67 134 26 30 124 53
Binary 11001000 1011010 10001 0 110111 1011100 10110 11000 1010100 101011

Color Harmonies of #C85A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A11

Black with #C85A11

Text Example


Text Example

White with #C85A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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