Html Css Color HEX #C84F0A Tenne (Tawny)

📋 copy color: '#C84F0A'

red 200 ◦ green 79 ◦ blue 10

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

Shades of Tenne (Tawny) #C84F0A

Tints of Tenne (Tawny) #C84F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

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

R = 69.2%
G = 27.34%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C84F0A (or 0xC84F0A) is known color: Tenne (Tawny). HEX triplet: C8, 4F and 0A. RGB value is (200,79,10). Sum of RGB (Red+Green+Blue) = 200+79+10=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C84F0A is #37B0F5. Grayscale: #6B6B6B. Windows color (decimal): -3649782 or 675784. OLE color: 675784.

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

Color convert

RGB 200 79 10 -
CMYK 0 0.60 0.95 0.22
HSL 21.79º 0.9% 0.41% -
HSV(B) 21.79º 0.95% 0.78% -
XYZ 26.67 17.89 2.34 -
YUV 107.31 73.09 194.11 -
System Red Green Blue C M Y K H S L
Decimal 200 79 10 0 0.60 0.95 0.22 21.79 0.9 0.41
Hex C8 4F A 0 3C 5F 16 16 5A 29
Octal 310 117 12 0 74 137 26 26 132 51
Binary 11001000 1001111 1010 0 111100 1011111 10110 10110 1011010 101001

Color Harmonies of #C84F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F0A

Black with #C84F0A

Text Example


Text Example

White with #C84F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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