Html Css Color HEX #C85315 Tenne (Tawny)

📋 copy color: '#C85315'

red 200 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #C85315

Tints of Tenne (Tawny) #C85315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 65.79%
G = 27.3%
B = 6.91%

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

#C85315 (or 0xC85315) is known color: Tenne (Tawny). HEX triplet: C8, 53 and 15. RGB value is (200,83,21). Sum of RGB (Red+Green+Blue) = 200+83+21=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85315 is #37ACEA. Grayscale: #6F6F6F. Windows color (decimal): -3648747 or 1397704. OLE color: 1397704.

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

Color convert

RGB 200 83 21 -
CMYK 0 0.58 0.90 0.22
HSL 20.78º 0.81% 0.43% -
HSV(B) 20.78º 0.9% 0.78% -
XYZ 27.05 18.52 2.86 -
YUV 110.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 200 83 21 0 0.58 0.90 0.22 20.78 0.81 0.43
Hex C8 53 15 0 3A 5A 16 15 51 2B
Octal 310 123 25 0 72 132 26 25 121 53
Binary 11001000 1010011 10101 0 111010 1011010 10110 10101 1010001 101011

Color Harmonies of #C85315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85315

Black with #C85315

Text Example


Text Example

White with #C85315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85315; }

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

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

background-color css

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

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

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

border-color css

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

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

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