Html Css Color HEX #C14C00 Tenne (Tawny)

📋 copy color: '#C14C00'

red 193 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #C14C00

Tints of Tenne (Tawny) #C14C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.75%
G = 28.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C14C00 (or 0xC14C00) is known color: Tenne (Tawny). HEX triplet: C1, 4C and 00. RGB value is (193,76,0). Sum of RGB (Red+Green+Blue) = 193+76+0=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C00 is #3EB3FF. Grayscale: #666666. Windows color (decimal): -4109312 or 19649. OLE color: 19649.

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

Color convert

RGB 193 76 0 -
CMYK 0 0.61 1 0.24
HSL 23.63º 1% 0.38% -
HSV(B) 23.63º 1% 0.76% -
XYZ 24.58 16.51 1.89 -
YUV 102.32 70.26 192.68 -
System Red Green Blue C M Y K H S L
Decimal 193 76 0 0 0.61 1 0.24 23.63 1 0.38
Hex C1 4C 0 0 3D 64 18 18 64 26
Octal 301 114 0 0 75 144 30 30 144 46
Binary 11000001 1001100 0 0 111101 1100100 11000 11000 1100100 100110

Color Harmonies of #C14C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C00

Black with #C14C00

Text Example


Text Example

White with #C14C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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