Html Css Color HEX #C85802 Tenne (Tawny)

📋 copy color: '#C85802'

red 200 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #C85802

Tints of Tenne (Tawny) #C85802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 68.97%
G = 30.34%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C85802 (or 0xC85802) is known color: Tenne (Tawny). HEX triplet: C8, 58 and 02. RGB value is (200,88,2). Sum of RGB (Red+Green+Blue) = 200+88+2=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85802 is #37A7FD. Grayscale: #707070. Windows color (decimal): -3647486 or 153800. OLE color: 153800.

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

Color convert

RGB 200 88 2 -
CMYK 0 0.56 0.99 0.22
HSL 26.06º 0.98% 0.4% -
HSV(B) 26.06º 0.99% 0.78% -
XYZ 27.32 19.26 2.34 -
YUV 111.68 66.11 190.99 -
System Red Green Blue C M Y K H S L
Decimal 200 88 2 0 0.56 0.99 0.22 26.06 0.98 0.4
Hex C8 58 2 0 38 63 16 1A 62 28
Octal 310 130 2 0 70 143 26 32 142 50
Binary 11001000 1011000 10 0 111000 1100011 10110 11010 1100010 101000

Color Harmonies of #C85802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85802

Black with #C85802

Text Example


Text Example

White with #C85802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85802; }

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

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

background-color css

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

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

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

border-color css

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

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

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