Html Css Color HEX #C86902 Tenne (Tawny)

📋 copy color: '#C86902'

red 200 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #C86902

Tints of Tenne (Tawny) #C86902

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 65.15%
G = 34.2%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86902 (or 0xC86902) is known color: Tenne (Tawny). HEX triplet: C8, 69 and 02. RGB value is (200,105,2). Sum of RGB (Red+Green+Blue) = 200+105+2=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C86902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86902 is #3796FD. Grayscale: #7A7A7A. Windows color (decimal): -3643134 or 158152. OLE color: 158152.

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

Color convert

RGB 200 105 2 -
CMYK 0 0.48 0.99 0.22
HSL 31.21º 0.98% 0.4% -
HSV(B) 31.21º 0.99% 0.78% -
XYZ 28.88 22.39 2.86 -
YUV 121.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 200 105 2 0 0.48 0.99 0.22 31.21 0.98 0.4
Hex C8 69 2 0 30 63 16 1F 62 28
Octal 310 151 2 0 60 143 26 37 142 50
Binary 11001000 1101001 10 0 110000 1100011 10110 11111 1100010 101000

Color Harmonies of #C86902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86902

Black with #C86902

Text Example


Text Example

White with #C86902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86902; }

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

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

background-color css

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

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

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

border-color css

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

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

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