Html Css Color HEX #C85505 Tenne (Tawny)

📋 copy color: '#C85505'

red 200 ◦ green 85 ◦ blue 5

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

Shades of Tenne (Tawny) #C85505

Tints of Tenne (Tawny) #C85505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 68.97%
G = 29.31%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C85505 (or 0xC85505) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 05. RGB value is (200,85,5). Sum of RGB (Red+Green+Blue) = 200+85+5=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85505 is #37AAFA. Grayscale: #6E6E6E. Windows color (decimal): -3648251 or 349640. OLE color: 349640.

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

Color convert

RGB 200 85 5 -
CMYK 0 0.58 0.98 0.22
HSL 24.62º 0.95% 0.4% -
HSV(B) 24.62º 0.98% 0.78% -
XYZ 27.1 18.79 2.34 -
YUV 110.27 68.6 192 -
System Red Green Blue C M Y K H S L
Decimal 200 85 5 0 0.58 0.98 0.22 24.62 0.95 0.4
Hex C8 55 5 0 3A 62 16 19 5F 28
Octal 310 125 5 0 72 142 26 31 137 50
Binary 11001000 1010101 101 0 111010 1100010 10110 11001 1011111 101000

Color Harmonies of #C85505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85505

Black with #C85505

Text Example


Text Example

White with #C85505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85505; }

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

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

background-color css

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

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

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

border-color css

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

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

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