Html Css Color HEX #C85005 Tenne (Tawny)

📋 copy color: '#C85005'

red 200 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #C85005

Tints of Tenne (Tawny) #C85005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 70.18%
G = 28.07%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85005 (or 0xC85005) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 05. RGB value is (200,80,5). Sum of RGB (Red+Green+Blue) = 200+80+5=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C85005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85005 is #37AFFA. Grayscale: #6B6B6B. Windows color (decimal): -3649531 or 348360. OLE color: 348360.

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

Color convert

RGB 200 80 5 -
CMYK 0 0.6 0.98 0.22
HSL 23.08º 0.95% 0.4% -
HSV(B) 23.08º 0.98% 0.78% -
XYZ 26.72 18.03 2.22 -
YUV 107.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 200 80 5 0 0.6 0.98 0.22 23.08 0.95 0.4
Hex C8 50 5 0 3C 62 16 17 5F 28
Octal 310 120 5 0 74 142 26 27 137 50
Binary 11001000 1010000 101 0 111100 1100010 10110 10111 1011111 101000

Color Harmonies of #C85005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85005

Black with #C85005

Text Example


Text Example

White with #C85005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85005; }

 p { color: rgb(200,80,5); }

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

background-color css

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

 a { background-color: rgb(200,80,5); }

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

border-color css

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

 span { border-color: rgb(200,80,5); }

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