Html Css Color HEX #C85602 Tenne (Tawny)

📋 copy color: '#C85602'

red 200 ◦ green 86 ◦ blue 2

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

Shades of Tenne (Tawny) #C85602

Tints of Tenne (Tawny) #C85602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 69.44%
G = 29.86%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C85602 (or 0xC85602) is known color: Tenne (Tawny). HEX triplet: C8, 56 and 02. RGB value is (200,86,2). Sum of RGB (Red+Green+Blue) = 200+86+2=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C85602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85602 is #37A9FD. Grayscale: #6E6E6E. Windows color (decimal): -3647998 or 153288. OLE color: 153288.

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

Color convert

RGB 200 86 2 -
CMYK 0 0.57 0.99 0.22
HSL 25.45º 0.98% 0.4% -
HSV(B) 25.45º 0.99% 0.78% -
XYZ 27.16 18.94 2.28 -
YUV 110.51 66.77 191.83 -
System Red Green Blue C M Y K H S L
Decimal 200 86 2 0 0.57 0.99 0.22 25.45 0.98 0.4
Hex C8 56 2 0 39 63 16 19 62 28
Octal 310 126 2 0 71 143 26 31 142 50
Binary 11001000 1010110 10 0 111001 1100011 10110 11001 1100010 101000

Color Harmonies of #C85602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85602

Black with #C85602

Text Example


Text Example

White with #C85602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85602; }

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

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

background-color css

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

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

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

border-color css

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

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

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