Html Css Color HEX #C14C01 Tenne (Tawny)

📋 copy color: '#C14C01'

red 193 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #C14C01

Tints of Tenne (Tawny) #C14C01

RGB

 RED value IS 193 (75.78% from 255) = 71.48%

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 71.48%
G = 28.15%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C14C01 (or 0xC14C01) is known color: Tenne (Tawny). HEX triplet: C1, 4C and 01. RGB value is (193,76,1). Sum of RGB (Red+Green+Blue) = 193+76+1=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C01 is #3EB3FE. Grayscale: #666666. Windows color (decimal): -4109311 or 85185. OLE color: 85185.

HSL color Cylindrical-coordinate representation of color #C14C01: hue angle of 23.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C14C01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 76 1 -
CMYK 0 0.61 0.99 0.24
HSL 23.44º 0.99% 0.38% -
HSV(B) 23.44º 0.99% 0.76% -
XYZ 24.58 16.51 1.92 -
YUV 102.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 193 76 1 0 0.61 0.99 0.24 23.44 0.99 0.38
Hex C1 4C 1 0 3D 63 18 17 63 26
Octal 301 114 1 0 75 143 30 27 143 46
Binary 11000001 1001100 1 0 111101 1100011 11000 10111 1100011 100110

Color Harmonies of #C14C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C01

Black with #C14C01

Text Example


Text Example

White with #C14C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C01; }

 p { color: rgb(193,76,1); }

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

background-color css

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

 a { background-color: rgb(193,76,1); }

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

border-color css

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

 span { border-color: rgb(193,76,1); }

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