Html Css Color HEX #C85C0C Tenne (Tawny)

📋 copy color: '#C85C0C'

red 200 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #C85C0C

Tints of Tenne (Tawny) #C85C0C

RGB

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

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

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

R = 65.79%
G = 30.26%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C85C0C (or 0xC85C0C) is known color: Tenne (Tawny). HEX triplet: C8, 5C and 0C. RGB value is (200,92,12). Sum of RGB (Red+Green+Blue) = 200+92+12=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85C0C is #37A3F3. Grayscale: #737373. Windows color (decimal): -3646452 or 810184. OLE color: 810184.

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

Color convert

RGB 200 92 12 -
CMYK 0 0.54 0.94 0.22
HSL 25.53º 0.89% 0.42% -
HSV(B) 25.53º 0.94% 0.78% -
XYZ 27.71 19.96 2.74 -
YUV 115.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 200 92 12 0 0.54 0.94 0.22 25.53 0.89 0.42
Hex C8 5C C 0 36 5E 16 1A 59 2A
Octal 310 134 14 0 66 136 26 32 131 52
Binary 11001000 1011100 1100 0 110110 1011110 10110 11010 1011001 101010

Color Harmonies of #C85C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C0C

Black with #C85C0C

Text Example


Text Example

White with #C85C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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