Html Css Color HEX #C85702 Tenne (Tawny)

📋 copy color: '#C85702'

red 200 ◦ green 87 ◦ blue 2

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

Shades of Tenne (Tawny) #C85702

Tints of Tenne (Tawny) #C85702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 69.2%
G = 30.1%
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

#C85702 (or 0xC85702) is known color: Tenne (Tawny). HEX triplet: C8, 57 and 02. RGB value is (200,87,2). Sum of RGB (Red+Green+Blue) = 200+87+2=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C85702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85702 is #37A8FD. Grayscale: #6F6F6F. Windows color (decimal): -3647742 or 153544. OLE color: 153544.

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

Color convert

RGB 200 87 2 -
CMYK 0 0.56 0.99 0.22
HSL 25.76º 0.98% 0.4% -
HSV(B) 25.76º 0.99% 0.78% -
XYZ 27.24 19.1 2.31 -
YUV 111.1 66.44 191.41 -
System Red Green Blue C M Y K H S L
Decimal 200 87 2 0 0.56 0.99 0.22 25.76 0.98 0.4
Hex C8 57 2 0 38 63 16 1A 62 28
Octal 310 127 2 0 70 143 26 32 142 50
Binary 11001000 1010111 10 0 111000 1100011 10110 11010 1100010 101000

Color Harmonies of #C85702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85702

Black with #C85702

Text Example


Text Example

White with #C85702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85702; }

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

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

background-color css

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

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

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

border-color css

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

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

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