Html Css Color HEX #C86C02 Tenne (Tawny)

📋 copy color: '#C86C02'

red 200 ◦ green 108 ◦ blue 2

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

Shades of Tenne (Tawny) #C86C02

Tints of Tenne (Tawny) #C86C02

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

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

R = 64.52%
G = 34.84%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86C02 (or 0xC86C02) is known color: Tenne (Tawny). HEX triplet: C8, 6C and 02. RGB value is (200,108,2). Sum of RGB (Red+Green+Blue) = 200+108+2=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C02 is #3793FD. Grayscale: #7B7B7B. Windows color (decimal): -3642366 or 158920. OLE color: 158920.

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

Color convert

RGB 200 108 2 -
CMYK 0 0.46 0.99 0.22
HSL 32.12º 0.98% 0.4% -
HSV(B) 32.12º 0.99% 0.78% -
XYZ 29.19 23.01 2.96 -
YUV 123.42 59.48 182.62 -
System Red Green Blue C M Y K H S L
Decimal 200 108 2 0 0.46 0.99 0.22 32.12 0.98 0.4
Hex C8 6C 2 0 2E 63 16 20 62 28
Octal 310 154 2 0 56 143 26 40 142 50
Binary 11001000 1101100 10 0 101110 1100011 10110 100000 1100010 101000

Color Harmonies of #C86C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C02

Black with #C86C02

Text Example


Text Example

White with #C86C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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