Html Css Color HEX #C85212 Tenne (Tawny)

📋 copy color: '#C85212'

red 200 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #C85212

Tints of Tenne (Tawny) #C85212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

 BLUE value IS 18 (7.42% from 255) = 6%

R = 66.67%
G = 27.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C85212 (or 0xC85212) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 12. RGB value is (200,82,18). Sum of RGB (Red+Green+Blue) = 200+82+18=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C85212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85212 is #37ADED. Grayscale: #6E6E6E. Windows color (decimal): -3649006 or 1200840. OLE color: 1200840.

HSL color Cylindrical-coordinate representation of color #C85212: hue angle of 21.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C85212 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 18 -
CMYK 0 0.59 0.91 0.22
HSL 21.1º 0.83% 0.43% -
HSV(B) 21.1º 0.91% 0.78% -
XYZ 26.95 18.36 2.7 -
YUV 109.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 200 82 18 0 0.59 0.91 0.22 21.1 0.83 0.43
Hex C8 52 12 0 3B 5B 16 15 53 2B
Octal 310 122 22 0 73 133 26 25 123 53
Binary 11001000 1010010 10010 0 111011 1011011 10110 10101 1010011 101011

Color Harmonies of #C85212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85212

Black with #C85212

Text Example


Text Example

White with #C85212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85212; }

 p { color: rgb(200,82,18); }

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

background-color css

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

 a { background-color: rgb(200,82,18); }

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

border-color css

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

 span { border-color: rgb(200,82,18); }

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