Html Css Color HEX #C94F09 Tenne (Tawny)

📋 copy color: '#C94F09'

red 201 ◦ green 79 ◦ blue 9

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

Shades of Tenne (Tawny) #C94F09

Tints of Tenne (Tawny) #C94F09

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 69.55%
G = 27.34%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C94F09 (or 0xC94F09) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 09. RGB value is (201,79,9). Sum of RGB (Red+Green+Blue) = 201+79+9=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F09 is #36B0F6. Grayscale: #6B6B6B. Windows color (decimal): -3584247 or 610249. OLE color: 610249.

HSL color Cylindrical-coordinate representation of color #C94F09: hue angle of 21.88º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94F09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 79 9 -
CMYK 0 0.61 0.96 0.21
HSL 21.88º 0.91% 0.41% -
HSV(B) 21.88º 0.96% 0.79% -
XYZ 26.93 18.03 2.32 -
YUV 107.5 72.42 194.69 -
System Red Green Blue C M Y K H S L
Decimal 201 79 9 0 0.61 0.96 0.21 21.88 0.91 0.41
Hex C9 4F 9 0 3D 60 15 16 5B 29
Octal 311 117 11 0 75 140 25 26 133 51
Binary 11001001 1001111 1001 0 111101 1100000 10101 10110 1011011 101001

Color Harmonies of #C94F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F09

Black with #C94F09

Text Example


Text Example

White with #C94F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F09; }

 p { color: rgb(201,79,9); }

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

background-color css

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

 a { background-color: rgb(201,79,9); }

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

border-color css

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

 span { border-color: rgb(201,79,9); }

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