Html Css Color HEX #C85E0C Tenne (Tawny)

📋 copy color: '#C85E0C'

red 200 ◦ green 94 ◦ blue 12

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

Shades of Tenne (Tawny) #C85E0C

Tints of Tenne (Tawny) #C85E0C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 65.36%
G = 30.72%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C85E0C (or 0xC85E0C) is known color: Tenne (Tawny). HEX triplet: C8, 5E and 0C. RGB value is (200,94,12). Sum of RGB (Red+Green+Blue) = 200+94+12=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85E0C is #37A1F3. Grayscale: #747474. Windows color (decimal): -3645940 or 810696. OLE color: 810696.

HSL color Cylindrical-coordinate representation of color #C85E0C: hue angle of 26.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C85E0C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 94 12 -
CMYK 0 0.53 0.94 0.22
HSL 26.17º 0.89% 0.42% -
HSV(B) 26.17º 0.94% 0.78% -
XYZ 27.89 20.31 2.8 -
YUV 116.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 200 94 12 0 0.53 0.94 0.22 26.17 0.89 0.42
Hex C8 5E C 0 35 5E 16 1A 59 2A
Octal 310 136 14 0 65 136 26 32 131 52
Binary 11001000 1011110 1100 0 110101 1011110 10110 11010 1011001 101010

Color Harmonies of #C85E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E0C

Black with #C85E0C

Text Example


Text Example

White with #C85E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E0C; }

 p { color: rgb(200,94,12); }

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

background-color css

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

 a { background-color: rgb(200,94,12); }

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

border-color css

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

 span { border-color: rgb(200,94,12); }

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