Html Css Color HEX #C8650C Tenne (Tawny)

📋 copy color: '#C8650C'

red 200 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #C8650C

Tints of Tenne (Tawny) #C8650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 63.9%
G = 32.27%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8650C (or 0xC8650C) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 0C. RGB value is (200,101,12). Sum of RGB (Red+Green+Blue) = 200+101+12=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8650C is #379AF3. Grayscale: #787878. Windows color (decimal): -3644148 or 812488. OLE color: 812488.

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

Color convert

RGB 200 101 12 -
CMYK 0 0.49 0.94 0.22
HSL 28.4º 0.89% 0.42% -
HSV(B) 28.4º 0.94% 0.78% -
XYZ 28.54 21.61 3.02 -
YUV 120.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 200 101 12 0 0.49 0.94 0.22 28.4 0.89 0.42
Hex C8 65 C 0 31 5E 16 1C 59 2A
Octal 310 145 14 0 61 136 26 34 131 52
Binary 11001000 1100101 1100 0 110001 1011110 10110 11100 1011001 101010

Color Harmonies of #C8650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8650C

Black with #C8650C

Text Example


Text Example

White with #C8650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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