Html Css Color HEX #C85415 Tenne (Tawny)

📋 copy color: '#C85415'

red 200 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #C85415

Tints of Tenne (Tawny) #C85415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 21 (8.59% from 255) = 6.89%

R = 65.57%
G = 27.54%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C85415 (or 0xC85415) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 15. RGB value is (200,84,21). Sum of RGB (Red+Green+Blue) = 200+84+21=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85415 is #37ABEA. Grayscale: #6F6F6F. Windows color (decimal): -3648491 or 1397960. OLE color: 1397960.

HSL color Cylindrical-coordinate representation of color #C85415: hue angle of 21.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C85415 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 21 -
CMYK 0 0.58 0.90 0.22
HSL 21.12º 0.81% 0.43% -
HSV(B) 21.12º 0.9% 0.78% -
XYZ 27.13 18.67 2.88 -
YUV 111.5 76.93 191.12 -
System Red Green Blue C M Y K H S L
Decimal 200 84 21 0 0.58 0.90 0.22 21.12 0.81 0.43
Hex C8 54 15 0 3A 5A 16 15 51 2B
Octal 310 124 25 0 72 132 26 25 121 53
Binary 11001000 1010100 10101 0 111010 1011010 10110 10101 1010001 101011

Color Harmonies of #C85415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85415

Black with #C85415

Text Example


Text Example

White with #C85415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85415; }

 p { color: rgb(200,84,21); }

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

background-color css

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

 a { background-color: rgb(200,84,21); }

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

border-color css

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

 span { border-color: rgb(200,84,21); }

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