Html Css Color HEX #C94F03 Tenne (Tawny)

📋 copy color: '#C94F03'

red 201 ◦ green 79 ◦ blue 3

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

Shades of Tenne (Tawny) #C94F03

Tints of Tenne (Tawny) #C94F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 71.02%
G = 27.92%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C94F03 (or 0xC94F03) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 03. RGB value is (201,79,3). Sum of RGB (Red+Green+Blue) = 201+79+3=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F03 is #36B0FC. Grayscale: #6B6B6B. Windows color (decimal): -3584253 or 217033. OLE color: 217033.

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

Color convert

RGB 201 79 3 -
CMYK 0 0.61 0.99 0.21
HSL 23.03º 0.97% 0.4% -
HSV(B) 23.03º 0.99% 0.79% -
XYZ 26.9 18.02 2.15 -
YUV 106.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 201 79 3 0 0.61 0.99 0.21 23.03 0.97 0.4
Hex C9 4F 3 0 3D 63 15 17 61 28
Octal 311 117 3 0 75 143 25 27 141 50
Binary 11001001 1001111 11 0 111101 1100011 10101 10111 1100001 101000

Color Harmonies of #C94F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F03

Black with #C94F03

Text Example


Text Example

White with #C94F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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