Html Css Color HEX #C8500A Tenne (Tawny)

📋 copy color: '#C8500A'

red 200 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #C8500A

Tints of Tenne (Tawny) #C8500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 68.97%
G = 27.59%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C8500A (or 0xC8500A) is known color: Tenne (Tawny). HEX triplet: C8, 50 and 0A. RGB value is (200,80,10). Sum of RGB (Red+Green+Blue) = 200+80+10=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C8500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8500A is #37AFF5. Grayscale: #6C6C6C. Windows color (decimal): -3649526 or 676040. OLE color: 676040.

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

Color convert

RGB 200 80 10 -
CMYK 0 0.6 0.95 0.22
HSL 22.11º 0.9% 0.41% -
HSV(B) 22.11º 0.95% 0.78% -
XYZ 26.74 18.04 2.36 -
YUV 107.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 200 80 10 0 0.6 0.95 0.22 22.11 0.9 0.41
Hex C8 50 A 0 3C 5F 16 16 5A 29
Octal 310 120 12 0 74 137 26 26 132 51
Binary 11001000 1010000 1010 0 111100 1011111 10110 10110 1011010 101001

Color Harmonies of #C8500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8500A

Black with #C8500A

Text Example


Text Example

White with #C8500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8500A; }

 p { color: rgb(200,80,10); }

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

background-color css

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

 a { background-color: rgb(200,80,10); }

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

border-color css

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

 span { border-color: rgb(200,80,10); }

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