Html Css Color HEX #C85007 Tenne (Tawny)

📋 copy color: '#C85007'

red 200 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #C85007

Tints of Tenne (Tawny) #C85007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 69.69%
G = 27.87%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85007 (or 0xC85007) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 07. RGB value is (200,80,7). Sum of RGB (Red+Green+Blue) = 200+80+7=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85007 is #37AFF8. Grayscale: #6B6B6B. Windows color (decimal): -3649529 or 479432. OLE color: 479432.

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

Color convert

RGB 200 80 7 -
CMYK 0 0.6 0.96 0.22
HSL 22.69º 0.93% 0.41% -
HSV(B) 22.69º 0.97% 0.78% -
XYZ 26.73 18.03 2.27 -
YUV 107.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 200 80 7 0 0.6 0.96 0.22 22.69 0.93 0.41
Hex C8 50 7 0 3C 60 16 17 5D 29
Octal 310 120 7 0 74 140 26 27 135 51
Binary 11001000 1010000 111 0 111100 1100000 10110 10111 1011101 101001

Color Harmonies of #C85007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85007

Black with #C85007

Text Example


Text Example

White with #C85007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85007; }

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

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

background-color css

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

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

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

border-color css

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

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

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