Html Css Color HEX #C86F02 Tenne (Tawny)

📋 copy color: '#C86F02'

red 200 ◦ green 111 ◦ blue 2

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

Shades of Tenne (Tawny) #C86F02

Tints of Tenne (Tawny) #C86F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

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

R = 63.9%
G = 35.46%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C86F02 (or 0xC86F02) is known color: Tenne (Tawny). HEX triplet: C8, 6F and 02. RGB value is (200,111,2). Sum of RGB (Red+Green+Blue) = 200+111+2=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F02 is #3790FD. Grayscale: #7D7D7D. Windows color (decimal): -3641598 or 159688. OLE color: 159688.

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

Color convert

RGB 200 111 2 -
CMYK 0 0.44 0.99 0.22
HSL 33.03º 0.98% 0.4% -
HSV(B) 33.03º 0.99% 0.78% -
XYZ 29.51 23.65 3.07 -
YUV 125.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 200 111 2 0 0.44 0.99 0.22 33.03 0.98 0.4
Hex C8 6F 2 0 2C 63 16 21 62 28
Octal 310 157 2 0 54 143 26 41 142 50
Binary 11001000 1101111 10 0 101100 1100011 10110 100001 1100010 101000

Color Harmonies of #C86F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F02

Black with #C86F02

Text Example


Text Example

White with #C86F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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