Html Css Color HEX #C8610B Tenne (Tawny)

📋 copy color: '#C8610B'

red 200 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #C8610B

Tints of Tenne (Tawny) #C8610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 64.94%
G = 31.49%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8610B (or 0xC8610B) is known color: Tenne (Tawny). HEX triplet: C8, 61 and 0B. RGB value is (200,97,11). Sum of RGB (Red+Green+Blue) = 200+97+11=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8610B is #379EF4. Grayscale: #767676. Windows color (decimal): -3645173 or 745928. OLE color: 745928.

HSL color Cylindrical-coordinate representation of color #C8610B: hue angle of 27.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8610B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 11 -
CMYK 0 0.52 0.94 0.22
HSL 27.3º 0.9% 0.41% -
HSV(B) 27.3º 0.95% 0.78% -
XYZ 28.15 20.85 2.86 -
YUV 117.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 200 97 11 0 0.52 0.94 0.22 27.3 0.9 0.41
Hex C8 61 B 0 34 5E 16 1B 5A 29
Octal 310 141 13 0 64 136 26 33 132 51
Binary 11001000 1100001 1011 0 110100 1011110 10110 11011 1011010 101001

Color Harmonies of #C8610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8610B

Black with #C8610B

Text Example


Text Example

White with #C8610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8610B; }

 p { color: rgb(200,97,11); }

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

background-color css

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

 a { background-color: rgb(200,97,11); }

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

border-color css

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

 span { border-color: rgb(200,97,11); }

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