Html Css Color HEX #C94F0C Tenne (Tawny)

📋 copy color: '#C94F0C'

red 201 ◦ green 79 ◦ blue 12

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

Shades of Tenne (Tawny) #C94F0C

Tints of Tenne (Tawny) #C94F0C

RGB

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

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

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

R = 68.84%
G = 27.05%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C94F0C (or 0xC94F0C) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 0C. RGB value is (201,79,12). Sum of RGB (Red+Green+Blue) = 201+79+12=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F0C is #36B0F3. Grayscale: #6C6C6C. Windows color (decimal): -3584244 or 806857. OLE color: 806857.

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

Color convert

RGB 201 79 12 -
CMYK 0 0.61 0.94 0.21
HSL 21.27º 0.89% 0.42% -
HSV(B) 21.27º 0.94% 0.79% -
XYZ 26.95 18.04 2.41 -
YUV 107.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 201 79 12 0 0.61 0.94 0.21 21.27 0.89 0.42
Hex C9 4F C 0 3D 5E 15 15 59 2A
Octal 311 117 14 0 75 136 25 25 131 52
Binary 11001001 1001111 1100 0 111101 1011110 10101 10101 1011001 101010

Color Harmonies of #C94F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F0C

Black with #C94F0C

Text Example


Text Example

White with #C94F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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