Html Css Color HEX #C86502 Tenne (Tawny)

📋 copy color: '#C86502'

red 200 ◦ green 101 ◦ blue 2

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

Shades of Tenne (Tawny) #C86502

Tints of Tenne (Tawny) #C86502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 66.01%
G = 33.33%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86502 (or 0xC86502) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 02. RGB value is (200,101,2). Sum of RGB (Red+Green+Blue) = 200+101+2=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C86502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86502 is #379AFD. Grayscale: #777777. Windows color (decimal): -3644158 or 157128. OLE color: 157128.

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

Color convert

RGB 200 101 2 -
CMYK 0 0.49 0.99 0.22
HSL 30º 0.98% 0.4% -
HSV(B) 30º 0.99% 0.78% -
XYZ 28.48 21.59 2.72 -
YUV 119.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 200 101 2 0 0.49 0.99 0.22 30 0.98 0.4
Hex C8 65 2 0 31 63 16 1E 62 28
Octal 310 145 2 0 61 143 26 36 142 50
Binary 11001000 1100101 10 0 110001 1100011 10110 11110 1100010 101000

Color Harmonies of #C86502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86502

Black with #C86502

Text Example


Text Example

White with #C86502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86502; }

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

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

background-color css

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

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

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

border-color css

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

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

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