Html Css Color HEX #C85607 Tenne (Tawny)

📋 copy color: '#C85607'

red 200 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #C85607

Tints of Tenne (Tawny) #C85607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 68.26%
G = 29.35%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C85607 (or 0xC85607) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 07. RGB value is (200,86,7). Sum of RGB (Red+Green+Blue) = 200+86+7=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C85607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85607 is #37A9F8. Grayscale: #6F6F6F. Windows color (decimal): -3647993 or 480968. OLE color: 480968.

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

Color convert

RGB 200 86 7 -
CMYK 0 0.57 0.96 0.22
HSL 24.56º 0.93% 0.41% -
HSV(B) 24.56º 0.97% 0.78% -
XYZ 27.19 18.95 2.43 -
YUV 111.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 200 86 7 0 0.57 0.96 0.22 24.56 0.93 0.41
Hex C8 56 7 0 39 60 16 19 5D 29
Octal 310 126 7 0 71 140 26 31 135 51
Binary 11001000 1010110 111 0 111001 1100000 10110 11001 1011101 101001

Color Harmonies of #C85607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85607

Black with #C85607

Text Example


Text Example

White with #C85607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85607; }

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

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

background-color css

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

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

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

border-color css

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

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

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