Html Css Color HEX #C85A0F Tenne (Tawny)

📋 copy color: '#C85A0F'

red 200 ◦ green 90 ◦ blue 15

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

Shades of Tenne (Tawny) #C85A0F

Tints of Tenne (Tawny) #C85A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 65.57%
G = 29.51%
B = 4.92%

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

#C85A0F (or 0xC85A0F) is known color: Tenne (Tawny). HEX triplet: C8, 5A and 0F. RGB value is (200,90,15). Sum of RGB (Red+Green+Blue) = 200+90+15=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85A0F is #37A5F0. Grayscale: #727272. Windows color (decimal): -3646961 or 1006280. OLE color: 1006280.

HSL color Cylindrical-coordinate representation of color #C85A0F: hue angle of 24.32º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C85A0F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 15 -
CMYK 0 0.55 0.92 0.22
HSL 24.32º 0.86% 0.42% -
HSV(B) 24.32º 0.93% 0.78% -
XYZ 27.56 19.63 2.79 -
YUV 114.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 200 90 15 0 0.55 0.92 0.22 24.32 0.86 0.42
Hex C8 5A F 0 37 5C 16 18 56 2A
Octal 310 132 17 0 67 134 26 30 126 52
Binary 11001000 1011010 1111 0 110111 1011100 10110 11000 1010110 101010

Color Harmonies of #C85A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A0F

Black with #C85A0F

Text Example


Text Example

White with #C85A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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