Html Css Color HEX #C85C10 Tenne (Tawny)

📋 copy color: '#C85C10'

red 200 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #C85C10

Tints of Tenne (Tawny) #C85C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 64.94%
G = 29.87%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C85C10 (or 0xC85C10) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 10. RGB value is (200,92,16). Sum of RGB (Red+Green+Blue) = 200+92+16=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C10 is #37A3EF. Grayscale: #747474. Windows color (decimal): -3646448 or 1072328. OLE color: 1072328.

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

Color convert

RGB 200 92 16 -
CMYK 0 0.54 0.92 0.22
HSL 24.78º 0.85% 0.42% -
HSV(B) 24.78º 0.92% 0.78% -
XYZ 27.74 19.97 2.88 -
YUV 115.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 200 92 16 0 0.54 0.92 0.22 24.78 0.85 0.42
Hex C8 5C 10 0 36 5C 16 19 55 2A
Octal 310 134 20 0 66 134 26 31 125 52
Binary 11001000 1011100 10000 0 110110 1011100 10110 11001 1010101 101010

Color Harmonies of #C85C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C10

Black with #C85C10

Text Example


Text Example

White with #C85C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C10; }

 p { color: rgb(200,92,16); }

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

background-color css

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

 a { background-color: rgb(200,92,16); }

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

border-color css

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

 span { border-color: rgb(200,92,16); }

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