Html Css Color HEX #C85203 Tenne (Tawny)

📋 copy color: '#C85203'

red 200 ◦ green 82 ◦ blue 3

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

Shades of Tenne (Tawny) #C85203

Tints of Tenne (Tawny) #C85203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 70.18%
G = 28.77%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85203 (or 0xC85203) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 03. RGB value is (200,82,3). Sum of RGB (Red+Green+Blue) = 200+82+3=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C85203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85203 is #37ADFC. Grayscale: #6C6C6C. Windows color (decimal): -3649021 or 217800. OLE color: 217800.

HSL color Cylindrical-coordinate representation of color #C85203: hue angle of 24.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C85203 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 3 -
CMYK 0 0.59 0.98 0.22
HSL 24.06º 0.97% 0.4% -
HSV(B) 24.06º 0.99% 0.78% -
XYZ 26.85 18.32 2.21 -
YUV 108.28 68.59 193.42 -
System Red Green Blue C M Y K H S L
Decimal 200 82 3 0 0.59 0.98 0.22 24.06 0.97 0.4
Hex C8 52 3 0 3B 62 16 18 61 28
Octal 310 122 3 0 73 142 26 30 141 50
Binary 11001000 1010010 11 0 111011 1100010 10110 11000 1100001 101000

Color Harmonies of #C85203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85203

Black with #C85203

Text Example


Text Example

White with #C85203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85203; }

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

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

background-color css

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

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

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

border-color css

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

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

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